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

Commit

Permalink
chore: release 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b2nil committed Sep 7, 2020
1 parent b0697d0 commit dba00ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .npmrc

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "taro-ui-vue3",
"version": "0.0.1",
"private": true,
"version": "1.0.0-alpha.1",
"description": "Taro UI Rewritten in Vue 3.0",
"browser": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -42,7 +41,7 @@
"dev": "yarn run dev:lib",
"dev:lib": "tsc --project ./tsconfig.build.json --watch --incremental",
"build": "yarn run build:rollup && yarn run build:lib",
"build:lib": "tsc --project ./tsconfig.build.json --declaration --declarationDir types",
"build:lib": "tsc --project ./tsconfig.build.json",
"build:rollup": "rollup --config ./rollup.config.js",
"prepublishOnly": "yarn run clean && yarn run build",
"build:weapp": "taro build --type weapp",
Expand All @@ -62,7 +61,8 @@
"dev:rn": "npm run build:rn -- --watch",
"dev:qq": "npm run build:qq -- --watch",
"dev:jd": "npm run build:jd -- --watch",
"dev:quickapp": "npm run build:quickapp -- --watch"
"dev:quickapp": "npm run build:quickapp -- --watch",
"clean": "rimraf .temp dist lib coverage"
},
"browserslist": [
"last 3 versions",
Expand Down Expand Up @@ -96,6 +96,7 @@
"eslint": "^6.8.0",
"eslint-config-taro": "^3.0.5",
"eslint-plugin-vue": "^7.0.0-alpha.6",
"rimraf": "^3.0.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.27.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8645,8 +8645,8 @@ [email protected]:

rimraf@^3.0.2:
version "3.0.2"
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"
integrity sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"

Expand Down

0 comments on commit dba00ca

Please sign in to comment.