+28
−3
+7
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -16,7 +16,7 @@ | ||
"scripts": {
|
||
"build": "npm run tslint && npm run compile && npm run pack && npm run schema && npm run documentation",
|
||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||
"compile": "tsc",
|
||
"compile": "tsc && rimraf lib/cli.js lib/common.js lib/types.js",
|
||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||
"pack": "openstapps-pack",
|
||
"prepareOnly": "npm run build",
|
||
| @@ -46,11 +46,17 @@ | ||
"@openstapps/logger": "0.0.3",
|
||
"@openstapps/projectmanagement": "0.0.1",
|
||
"@types/chai": "4.1.7",
|
||
"@types/humanize-string": "1.0.0",
|
||
"@types/node": "10.12.10",
|
||
"@types/rimraf": "2.0.2",
|
||
"async-pool-native": "0.1.0",
|
||
"chai": "4.2.0",
|
||
"commander": "2.19.0",
|
||
"conventional-changelog-cli": "2.0.11",
|
||
"humanize-string": "1.0.2",
|
||
"mocha": "5.2.0",
|
||
"mocha-typescript": "1.1.17",
|
||
"rimraf": "2.6.2",
|
||
"ts-node": "7.0.1",
|
||
"tslint": "5.11.0",
|
||
"typedoc": "0.13.0",
|
||
src/cli.ts
0 → 100644
+83
−0
src/common.ts
0 → 100644
+168
−0
Loading