We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0c670 commit 2f92ae1Copy full SHA for 2f92ae1
package.json
@@ -22,7 +22,8 @@
22
"scripts": {
23
"start": "node node_modules/react-native/local-cli/cli.js start",
24
"test:flow": "flow check",
25
- "test:eslint": "eslint 'lib/**/*.js' 'example/**/*.js'"
+ "test:eslint": "eslint 'lib/**/*.js' 'example/**/*.js'",
26
+ "release": "release-it"
27
},
28
"peerDependencies": {
29
"react": "^16.0",
0 commit comments