Skip to content

Commit c5b575b

Browse files
committed
Add np for releases
1 parent aa14dea commit c5b575b

2 files changed

Lines changed: 845 additions & 20 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build": "rollup -c",
1616
"test": "jest",
1717
"size": "bundlesize",
18-
"prepublishOnly": "yarn build"
18+
"prepublishOnly": "yarn build",
19+
"release": "np"
1920
},
2021
"keywords": [
2122
"react",
@@ -43,6 +44,7 @@
4344
"jest": "^24.9.0",
4445
"lint-staged": "^9.4.1",
4546
"metro-react-native-babel-preset": "^0.56.0",
47+
"np": "^5.1.0",
4648
"prettier": "1.18.2",
4749
"react": "^16.8.0",
4850
"react-dom": "^16.8.0",

0 commit comments

Comments
 (0)