|
17 | 17 | "stack-utils": "0.x.x" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "start": "3.2.x", |
21 | | - "start-start-preset": "0.2.x", |
| 20 | + "start-babel-cli": "0.1.x", |
| 21 | + "start-start-preset": "1.0.x", |
22 | 22 |
|
23 | | - "babel-cli": "6.5.x", |
24 | | - "babel-core": "6.5.x", |
25 | 23 | "babel-preset-es2015": "6.5.x", |
26 | | - "babel-plugin-transform-runtime": "6.5.x", |
27 | 24 | "babel-plugin-add-module-exports": "0.1.x", |
28 | 25 |
|
29 | 26 | "babel-eslint": ">5.0.0-beta1", |
|
34 | 31 | "husky": "0.10.x" |
35 | 32 | }, |
36 | 33 | "scripts": { |
37 | | - "task": "babel-node node_modules/.bin/start start-start-preset", |
38 | | - |
39 | | - "build": "npm run task build", |
40 | | - "dev": "npm run task dev", |
41 | | - |
42 | | - "lint": "npm run task lint", |
43 | | - "test": "npm run task test", |
44 | | - "tdd": "npm run task tdd", |
45 | | - "cover": "npm run task cover", |
46 | | - "travis": "npm run task travis", |
47 | | - |
48 | | - "prepush": "npm run task prepush", |
49 | | - "prepublish": "npm run build" |
| 34 | + "start": "start start-start-preset", |
| 35 | + "prepush": "npm start prepush", |
| 36 | + "prepublish": "npm start build" |
50 | 37 | }, |
51 | 38 | "engines": { |
52 | 39 | "node": ">=0.12.0", |
|
0 commit comments