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 4647ac0 commit 44ed5caCopy full SHA for 44ed5ca
package.json
@@ -5,7 +5,8 @@
5
"description": "React's PropTypes, packaged up as a standalone module.",
6
"main": "index.js",
7
"scripts": {
8
- "build": "babel -f $npm_package_main -m umd --module-id $npm_package_amdName -s -o $npm_package_main < src/index.js"
+ "build": "babel -f $npm_package_main -m umd --module-id $npm_package_amdName -s -o $npm_package_main < src/index.js",
9
+ "release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
10
},
11
"repository": {
12
"type": "git",
0 commit comments