Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit d654844

Browse files
author
deepsweet
committed
🔧 refactor with start@4
1 parent dd7a686 commit d654844

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ branches:
1313
only:
1414
- master
1515

16-
script: npm run travis
16+
script: npm start ci

package.json

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@
1717
"stack-utils": "0.x.x"
1818
},
1919
"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",
2222

23-
"babel-cli": "6.5.x",
24-
"babel-core": "6.5.x",
2523
"babel-preset-es2015": "6.5.x",
26-
"babel-plugin-transform-runtime": "6.5.x",
2724
"babel-plugin-add-module-exports": "0.1.x",
2825

2926
"babel-eslint": ">5.0.0-beta1",
@@ -34,19 +31,9 @@
3431
"husky": "0.10.x"
3532
},
3633
"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"
5037
},
5138
"engines": {
5239
"node": ">=0.12.0",

0 commit comments

Comments
 (0)