|
9 | 9 | "README.md" |
10 | 10 | ], |
11 | 11 | "scripts": { |
12 | | - "build": "run-script-os", |
13 | 12 | "build:win32": "SET WEBPACK_ENV=build & webpack", |
14 | | - "build:darwin:linux": "WEBPACK_ENV=build & webpack", |
15 | | - "dev": "run-script-os", |
| 13 | + "build": "WEBPACK_ENV=build & webpack", |
16 | 14 | "dev:win32": "SET WEBPACK_ENV=dev & webpack", |
17 | | - "dev:darwin:linux": "WEBPACK_ENV=dev & webpack", |
18 | | - "dev:watch": "run-script-os", |
| 15 | + "dev": "WEBPACK_ENV=dev & webpack", |
19 | 16 | "dev:watch:win32": "SET WEBPACK_ENV=dev & webpack --progress --colors --watch", |
20 | | - "dev:watch:darwin:linux": "WEBPACK_ENV=dev & webpack --progress --colors --watch", |
21 | | - "test": "run-script-os", |
| 17 | + "dev:watch": "WEBPACK_ENV=dev & webpack --progress --colors --watch", |
22 | 18 | "test:win32": "SET WEBPACK_ENV=dev & karma start", |
23 | | - "test:darwin:linux": "WEBPACK_ENV=dev & karma start", |
24 | | - "test:travis": "run-script-os", |
| 19 | + "test": "WEBPACK_ENV=dev & karma start", |
25 | 20 | "test:travis:win32": "SET WEBPACK_ENV=dev & karma start --single-run", |
26 | | - "test:travis:darwin:linux": "WEBPACK_ENV=dev & karma start --single-run", |
| 21 | + "test:travis": "WEBPACK_ENV=dev & karma start --single-run", |
27 | 22 | "coveralls": "cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", |
28 | 23 | "prepublish": "npm build & npm run dev", |
29 | 24 | "build&publish": "npm run prepublish & npm publish" |
|
61 | 56 | "karma-phantomjs-launcher": "^1.0.4", |
62 | 57 | "karma-webpack": "^2.0.9", |
63 | 58 | "phantomjs-prebuilt": "^2.1.15", |
64 | | - "run-script-os": "^1.0.2", |
65 | 59 | "tslint": "^5.7.0", |
66 | 60 | "uglifyjs-webpack-plugin": "^0.4.6", |
67 | 61 | "webpack": "^2.0.9" |
|
0 commit comments