File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "presets" : [" es2015" ]
3- }
2+ "presets" : [
3+ " es2015"
4+ ],
5+ "env" : {
6+ "development" : {
7+ "presets" : [
8+ " power-assert"
9+ ]
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 3939 "devDependencies" : {
4040 "babel-cli" : " ^6.3.13" ,
4141 "babel-preset-es2015" : " ^6.3.13" ,
42+ "babel-preset-power-assert" : " ^1.0.0" ,
43+ "babel-register" : " ^6.9.0" ,
4244 "codecov.io" : " ^0.1.6" ,
4345 "connect" : " ^3.4.0" ,
4446 "eslint" : " ^2.3.0" ,
4547 "eslint-plugin-markdown" : " ^1.0.0-beta" ,
46- "espower-babel" : " ^4.0.0" ,
4748 "gitbook-cli" : " ^2.1.2" ,
4849 "gitbook-plugin-edit-link" : " ^2.0.0" ,
4950 "gitbook-plugin-ga" : " ^1.0.0" ,
5960 "nlcst-to-string" : " ^1.0.0" ,
6061 "node-fetch" : " ^1.3.2" ,
6162 "npm-run-all" : " ^1.2.8" ,
62- "power-assert" : " ^1.0.0 " ,
63+ "power-assert" : " ^1.4.1 " ,
6364 "redux" : " ^3.5.2" ,
6465 "remark" : " ^4.1.1" ,
6566 "stemming-x-keywords" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 11--timeout 100000
22--recursive
3- --compilers js:espower- babel/guess
3+ --compilers js:babel-register
You can’t perform that action at this time.
0 commit comments