diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-12-10 00:18:21 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2019-12-10 00:18:21 -0500 |
| commit | efab55d4c8ebd3ae37917969c01cdf525829fa76 (patch) | |
| tree | 6eb8fb6a218406d01ded2acf0a8bee23766f361f /package.json | |
| parent | 4595d0a97a9dbb5fad1c58adab748214c95e1af7 (diff) | |
| download | ao-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.json | 4 |
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", |
