1
0
Fork 0

🚧 Reconfigure

This commit is contained in:
Joost De Cock 2019-04-29 11:12:41 +02:00
parent d837e54990
commit 7a0dfdce38
51 changed files with 414 additions and 197 deletions

View file

@ -24,6 +24,7 @@
"build": "npm run clean && npm run mkdist && npm run copyfiles",
"test": "ava -v && standard *.js lib/*.js",
"pubtest": "npm publish --registry http://localhost:6662",
"publish": "npm build && npm publish --access=public --tag=alpha",
"mkdist": "mkdir -p dist",
"copyfiles": "cp -R index.js package.json README.md lib template dist/"
},
@ -51,7 +52,8 @@
"package.json"
],
"publishConfig": {
"access": "public"
"access": "public",
"tag": "alpha"
},
"engines": {
"node": ">=8.0.0",