Skip to content

Commit

Permalink
Merge pull request #145 from chrisblossom/use-np
Browse files Browse the repository at this point in the history
use np to handle package releases
  • Loading branch information
John Agan committed May 30, 2019
2 parents f2e58bf + 6bc3b44 commit 67eb0bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .np-config.js
@@ -0,0 +1,5 @@
'use strict';

module.exports = {
yarn: false,
};
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -43,7 +43,8 @@
"typescript": "tsc",
"git-pre-commit": "lint-staged",
"git-pre-push": "npm run lint && npm run typescript && npm run test.all",
"prepublishOnly": "npm run build && npm run lint && npm run typescript && npm run test.all"
"prepublishOnly": "npm run build && npm run lint && npm run typescript && npm run test.all",
"release": "np"
},
"peerDependencies": {
"webpack": "*"
Expand All @@ -67,6 +68,7 @@
"jest": "^24.8.0",
"lint-staged": "^8.1.7",
"listr": "^0.14.3",
"np": "^5.0.2",
"prettier": "^1.17.1",
"read-pkg-up": "^6.0.0",
"semver": "^6.0.0",
Expand Down

0 comments on commit 67eb0bd

Please sign in to comment.