Skip to content

Commit

Permalink
use np@4
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 25, 2019
1 parent 659efb7 commit 93008f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
],
"scripts": {
"build": "rollup -c",
"changelog": "git changelog CHANGELOG.md && git add ./ && git commit -m 'update CHANGELOG.md'",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"prepublishOnly": "npm run build && npm run changelog && np --no-cleanup --yolo --no-publish",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish",
"test": "umi-test"
},
"dependencies": {
Expand All @@ -39,7 +38,7 @@
"execa": "^1.0.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"np": "3",
"np": "4",
"prettier": "^1.15.3",
"rollup": "^1.1.1",
"rollup-plugin-babel": "^4.3.2",
Expand Down

0 comments on commit 93008f1

Please sign in to comment.