Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Commit dba00ca

Browse files
committed
chore: release 1.0.0-alpha.1
1 parent b0697d0 commit dba00ca

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.npmrc

-10
This file was deleted.

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "taro-ui-vue3",
3-
"version": "0.0.1",
4-
"private": true,
3+
"version": "1.0.0-alpha.1",
54
"description": "Taro UI Rewritten in Vue 3.0",
65
"browser": "dist/index.umd.js",
76
"module": "dist/index.esm.js",
@@ -42,7 +41,7 @@
4241
"dev": "yarn run dev:lib",
4342
"dev:lib": "tsc --project ./tsconfig.build.json --watch --incremental",
4443
"build": "yarn run build:rollup && yarn run build:lib",
45-
"build:lib": "tsc --project ./tsconfig.build.json --declaration --declarationDir types",
44+
"build:lib": "tsc --project ./tsconfig.build.json",
4645
"build:rollup": "rollup --config ./rollup.config.js",
4746
"prepublishOnly": "yarn run clean && yarn run build",
4847
"build:weapp": "taro build --type weapp",
@@ -62,7 +61,8 @@
6261
"dev:rn": "npm run build:rn -- --watch",
6362
"dev:qq": "npm run build:qq -- --watch",
6463
"dev:jd": "npm run build:jd -- --watch",
65-
"dev:quickapp": "npm run build:quickapp -- --watch"
64+
"dev:quickapp": "npm run build:quickapp -- --watch",
65+
"clean": "rimraf .temp dist lib coverage"
6666
},
6767
"browserslist": [
6868
"last 3 versions",
@@ -96,6 +96,7 @@
9696
"eslint": "^6.8.0",
9797
"eslint-config-taro": "^3.0.5",
9898
"eslint-plugin-vue": "^7.0.0-alpha.6",
99+
"rimraf": "^3.0.2",
99100
"rollup-plugin-copy": "^3.3.0",
100101
"rollup-plugin-sass": "^1.2.2",
101102
"rollup-plugin-typescript2": "^0.27.2",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -8645,8 +8645,8 @@ [email protected]:
86458645

86468646
rimraf@^3.0.2:
86478647
version "3.0.2"
8648-
resolved "https://registry.npm.taobao.org/rimraf/download/rimraf-3.0.2.tgz?cache=0&sync_timestamp=1581257110269&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frimraf%2Fdownload%2Frimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
8649-
integrity sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=
8648+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
8649+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
86508650
dependencies:
86518651
glob "^7.1.3"
86528652

0 commit comments

Comments
 (0)