aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2019-12-10 00:18:21 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2019-12-10 00:18:21 -0500
commitefab55d4c8ebd3ae37917969c01cdf525829fa76 (patch)
tree6eb8fb6a218406d01ded2acf0a8bee23766f361f /package.json
parent4595d0a97a9dbb5fad1c58adab748214c95e1af7 (diff)
downloadao-coverage-efab55d4c8ebd3ae37917969c01cdf525829fa76.tar.gz
ao-coverage-efab55d4c8ebd3ae37917969c01cdf525829fa76.tar.bz2
ao-coverage-efab55d4c8ebd3ae37917969c01cdf525829fa76.zip
Fix reported license and update changelog
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1db7730..9e6eede 100644
--- a/package.json
+++ b/package.json
@@ -9,13 +9,15 @@
"main": "build/index.js",
"scripts": {
"start:dev": "tsc-watch --onSuccess \"node ./build/index.js\"",
+ "start": "tsc && node ./build/index.js",
+ "start:prod": "tsc && NODE_ENV=production node ./build/index.js",
"format": "prettier --write 'src/**/*.ts'",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint --fix 'src/**/*.ts'",
"tsc": "tsc"
},
"author": "Kevin J Hoerr <kjhoerr@submelon.tech>",
- "license": "ISC",
+ "license": "Parity-7.0.0",
"dependencies": {
"@types/express": "^4.17.2",
"@types/jsdom": "^12.2.4",