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 88399fd commit 34b132dCopy full SHA for 34b132d
package.json
@@ -6,7 +6,9 @@
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"build": "rollup src/index.js --format cjs -c --output dist/bundle.js && rollup test/index.js -c -f umd --output test/bundle.js",
9
- "prepublish": "npm run build"
+ "prepublish": "npm run build",
10
+ "postversion": "git add package.json && git commit -m \"chore(package): update version\"",
11
+ "postpublish": "gh-release"
12
},
13
"repository": {
14
"type": "git",
@@ -31,6 +33,7 @@
31
33
"devDependencies": {
32
34
"babel": "^6.5.2",
35
"babel-preset-es2015-rollup": "^1.2.0",
36
+ "gh-release": "^2.1.0",
37
"rollup": "^0.36.3",
38
"rollup-plugin-babel": "^2.6.0",
39
"rollup-plugin-commonjs": "^5.0.5",
0 commit comments