File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "presets" : [
3
+ " latest"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change 6
6
"prestart" : " babel-node buildScripts/startMessage.js" ,
7
7
"start" : " npm-run-all --parallel test:watch open:src lint:watch" ,
8
8
"open:src" : " babel-node buildScripts/srcServer.js" ,
9
- "lint" : " node_modules/.bin/esw webpack.config.* src buildScripts" ,
9
+ "lint" : " node_modules/.bin/esw webpack.config.* src buildScripts --color " ,
10
10
"lint:watch" : " npm run lint -- --watch" ,
11
11
"test" : " mocha --reporter progress buildScripts/testSetup.js \" src/**/*.spec.js\" " ,
12
12
"test:watch" : " npm run test -- --watch" ,
49
49
"repository" : {
50
50
"type" : " git" ,
51
51
"url" : " https://github.com/coryhouse/pluralsight-redux-starter"
52
- },
53
- "babel" : {
54
- "presets" : [
55
- " latest"
56
- ]
57
52
}
58
53
}
You can’t perform that action at this time.
0 commit comments