|
12 | 12 | "check-node-support": "node scripts/check-node-support",
|
13 | 13 | "prebuild": "rimraf lib",
|
14 | 14 | "build": "babel src -d lib",
|
15 |
| - "build:watch": "npm run build -- -w", |
16 |
| - "dev": "concurrently -rk 'npm run build:watch' 'npm run lint:watch'", |
17 | 15 | "lint": "eslint .",
|
18 |
| - "lint:fix": "npm run lint --silent -- --fix", |
19 |
| - "lint:watch": "watch 'npm run lint --silent' src test", |
20 | 16 | "prepublish": "npm run build",
|
21 |
| - "posttest": "npm run lint --silent", |
| 17 | + "posttest": "npm run lint", |
22 | 18 | "release:major": "shelljs-release major",
|
23 | 19 | "release:minor": "shelljs-release minor",
|
24 | 20 | "release:patch": "shelljs-release patch",
|
25 | 21 | "changelog": "shelljs-changelog",
|
26 |
| - "test": "nyc --reporter=text --reporter=lcov mocha", |
27 |
| - "test:watch": "concurrently -rk 'npm run test --silent -- -w' 'npm run lint:watch'" |
| 22 | + "test": "nyc --reporter=text --reporter=lcov mocha" |
28 | 23 | },
|
29 | 24 | "repository": {
|
30 | 25 | "type": "git",
|
|
54 | 49 | "babel-cli": "^6.6.5",
|
55 | 50 | "babel-preset-env": "^1.7.0",
|
56 | 51 | "babel-register": "^6.7.2",
|
57 |
| - "concurrently": "^5.3.0", |
58 | 52 | "eslint": "^5.16.0",
|
59 | 53 | "eslint-config-airbnb-base": "^14.2.1",
|
60 | 54 | "eslint-import-resolver-node": "0.3.7",
|
|
66 | 60 | "shelljs-changelog": "^0.2.6",
|
67 | 61 | "shelljs-plugin-open": "^0.3.0",
|
68 | 62 | "shelljs-release": "^0.5.2",
|
69 |
| - "should": "^13.2.3", |
70 |
| - "watch": "^1.0.2" |
| 63 | + "should": "^13.2.3" |
71 | 64 | },
|
72 | 65 | "dependencies": {
|
73 | 66 | "minimist": "^1.2.6",
|
|
0 commit comments