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

@ -30,6 +30,7 @@
"build": "npm run clean && npm run nodebuild && npm run modulebuild",
"test": "BABEL_ENV=production nyc mocha tests/*.test.js",
"pubtest": "npm publish --registry http://localhost:6662",
"publish": "npm build && npm publish --access=public --tag=alpha",
"report": "BABEL_ENV=production nyc report --reporter=html mocha --compilers js:babel-core/register tests/*.test.js",
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
},
@ -44,7 +45,8 @@
"package.json"
],
"publishConfig": {
"access": "public"
"access": "public",
"tag": "alpha"
},
"engines": {
"node": ">=8.0.0",