diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index 300f54d9f..e8821bc70 100644 --- a/package.json +++ b/package.json | |||
@@ -60,17 +60,19 @@ | |||
60 | "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", | 60 | "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", |
61 | "tsc": "tsc", | 61 | "tsc": "tsc", |
62 | "commander": "commander", | 62 | "commander": "commander", |
63 | "lint": "npm run travis -- lint", | 63 | "lint": "npm run ci -- lint", |
64 | "ng": "ng", | 64 | "ng": "ng", |
65 | "nodemon": "nodemon", | 65 | "nodemon": "nodemon", |
66 | "ts-node": "ts-node", | 66 | "ts-node": "ts-node", |
67 | "tslint": "tslint", | 67 | "tslint": "tslint", |
68 | "concurrently": "concurrently", | 68 | "concurrently": "concurrently", |
69 | "mocha-parallel-tests": "mocha-parallel-tests", | ||
69 | "sasslint": "sass-lint --verbose --no-exit", | 70 | "sasslint": "sass-lint --verbose --no-exit", |
70 | "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose", | 71 | "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose", |
71 | "mocha": "mocha", | 72 | "mocha": "mocha", |
72 | "travis": "scripty", | 73 | "ci": "scripty", |
73 | "release": "scripty", | 74 | "release": "scripty", |
75 | "nightly": "scripty", | ||
74 | "client-report": "scripty" | 76 | "client-report": "scripty" |
75 | }, | 77 | }, |
76 | "husky": { | 78 | "husky": { |
@@ -93,7 +95,7 @@ | |||
93 | ] | 95 | ] |
94 | }, | 96 | }, |
95 | "resolutions": { | 97 | "resolutions": { |
96 | "@types/bluebird": "3.5.21" | 98 | "@types/bluebird": "3.5.27" |
97 | }, | 99 | }, |
98 | "dependencies": { | 100 | "dependencies": { |
99 | "apicache": "^1.4.0", | 101 | "apicache": "^1.4.0", |
@@ -206,7 +208,7 @@ | |||
206 | "maildev": "^1.0.0-rc3", | 208 | "maildev": "^1.0.0-rc3", |
207 | "marked-man": "^0.6.0", | 209 | "marked-man": "^0.6.0", |
208 | "mocha": "^6.0.0", | 210 | "mocha": "^6.0.0", |
209 | "mocha-parallel-tests": "^2.1.0", | 211 | "mocha-parallel-tests": "^2.2.1", |
210 | "nodemon": "^1.18.6", | 212 | "nodemon": "^1.18.6", |
211 | "sass-lint": "^1.12.1", | 213 | "sass-lint": "^1.12.1", |
212 | "source-map-support": "^0.5.0", | 214 | "source-map-support": "^0.5.0", |