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 b6498b2 commit 89586f3Copy full SHA for 89586f3
package.json
@@ -5,7 +5,8 @@
5
"main": "src/index.js",
6
"types": "src/index.d.ts",
7
"scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "postversion": "git push && git push --tags && npm publish"
10
},
11
"repository": {
12
"type": "git",
0 commit comments