We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6510e83 commit 40ebb4dCopy full SHA for 40ebb4d
package.json
@@ -10,7 +10,9 @@
10
"playground:run": "node playground/build/index.js || true",
11
"playground:build": "rollup ./playground/src/index.js --file ./playground/build/index.js --format iife --config ./playground/rollup.config.js",
12
"playground:watch": "nodemon --delay 1000ms --watch ./playground/src/ --watch lib/ --exec \\\"npm run playground:build\\\"",
13
- "playground:server": "browser-sync start --server --index ./playground/index.html --files \"./playground/build/*.*\""
+ "playground:server": "browser-sync start --server --index ./playground/index.html --files \"./playground/build/*.*\"",
14
+ "prepublishOnly": "npm run test",
15
+ "postversion": "git push && git push --tags"
16
},
17
"author": {
18
"name": "Dmitriy Mozgovoy",
0 commit comments