+2
−0
+17
−1
+41
−141
+11
−9
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -17,7 +17,7 @@ | ||
"prepublishOnly": "npm ci && npm run build",
|
||
"preversion": "npm run prepublishOnly",
|
||
"push": "git push && git push origin \"v$npm_package_version\"",
|
||
"test": "nyc mocha --require ts-node/register --ui mocha-typescript 'test/*.ts'",
|
||
"test": "nyc mocha --require ts-node/register --ui mocha-typescript 'test/**/*.spec.ts'",
|
||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||
},
|
||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||
| @@ -48,15 +48,17 @@ | ||
"html",
|
||
"text-summary"
|
||
],
|
||
"require": [
|
||
"ts-node/register"
|
||
],
|
||
"statements": 95
|
||
},
|
||
"devDependencies": {
|
||
"@openstapps/configuration": "0.18.0",
|
||
"@openstapps/configuration": "0.21.0",
|
||
"@types/chai": "4.1.7",
|
||
"@types/chai-as-promised": "7.1.0",
|
||
"@types/chai-spies": "1.0.0",
|
||
"@types/mocha": "5.2.7",
|
||
"@types/sinon": "7.0.12",
|
||
"chai": "4.2.0",
|
||
"chai-as-promised": "7.1.1",
|
||
"chai-spies": "1.0.0",
|
||
| @@ -66,17 +68,17 @@ | ||
"nyc": "14.1.1",
|
||
"prepend-file-cli": "1.0.6",
|
||
"rimraf": "2.6.3",
|
||
"sinon": "7.3.2",
|
||
"ts-node": "8.2.0",
|
||
"tslint": "5.17.0",
|
||
"ts-node": "8.3.0",
|
||
"tslint": "5.18.0",
|
||
"typedoc": "0.14.2",
|
||
"typescript": "3.5.1"
|
||
"typescript": "3.5.3"
|
||
},
|
||
"dependencies": {
|
||
"@types/node": "10.14.8",
|
||
"@types/node": "10.14.12",
|
||
"@types/nodemailer": "6.2.0",
|
||
"chalk": "2.4.2",
|
||
"flatted": "2.0.0",
|
||
"flatted": "2.0.1",
|
||
"moment": "2.24.0",
|
||
"nodemailer": "6.2.1"
|
||
}
|
||
} |
||
+1
−2
Loading