Skip to content

Commit

Permalink
fix: 入口错误
Browse files Browse the repository at this point in the history
  • Loading branch information
nanzm committed Mar 26, 2020
1 parent 823fed7 commit 4140349
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@
"mpvue",
"uni-app"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"author": "nanzm",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nanzm/postcss-px2rpx-transform.git"
},
"main": "src/index.js",
"scripts": {
"build": "NODE_ENV=production rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build",
"test": "jest",
"ci": "npm run test",
"commit": "git add . && git cz",
Expand Down Expand Up @@ -58,12 +54,6 @@
"rollup-plugin-terser": "^5.3.0",
"semantic-release": "^17.0.4"
},
"files": [
"dist"
],
"directories": {
"test": "test"
},
"release": {
"branche": "master",
"plugins": [
Expand Down

0 comments on commit 4140349

Please sign in to comment.