housekeeping & add repl command to package

This commit is contained in:
d98762625 2018-09-27 17:40:22 +01:00
parent cc840c050b
commit 431f1d4be0
5 changed files with 3 additions and 5 deletions

View file

@ -134,7 +134,7 @@
"test": "grunt test",
"docs": "grunt docs",
"lint": "grunt lint",
"build-node": "grunt node",
"repl": "node --experimental-modules --no-warnings src/node/repl-index.mjs",
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs",
"postinstall": "[ -f node_modules/crypto-api/src/crypto-api.mjs ] || npx j2m node_modules/crypto-api/src/crypto-api.js"
}