File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends": "airbnb",
3+ }
Original file line number Diff line number Diff line change 77 "test" : " test"
88 },
99 "scripts" : {
10+ "lint" : " eslint lib/index.js" ,
11+ "prebuild" : " npm run lint" ,
1012 "build" : " babel lib --out-dir build" ,
1113 "pretest" : " npm run build" ,
12- "prepublish " : " npm run test" ,
13- "test " : " babel-node test/index.js | tap-spec "
14+ "test " : " babel-node test/index.js | tap-spec " ,
15+ "prepublish " : " npm run test "
1416 },
1517 "repository" : {
1618 "type" : " git" ,
3032 "devDependencies" : {
3133 "babel" : " 6.5.2" ,
3234 "babel-cli" : " 6.6.5" ,
35+ "babel-core" : " 6.7.2" ,
36+ "babel-eslint" : " 5.0.0" ,
3337 "babel-plugin-transform-es2015-arrow-functions" : " 6.5.2" ,
3438 "babel-plugin-transform-es2015-modules-commonjs" : " 6.7.0" ,
39+ "eslint" : " 2.4.0" ,
40+ "eslint-config-airbnb" : " 6.1.0" ,
41+ "eslint-plugin-react" : " 4.2.3" ,
3542 "tap-spec" : " 4.1.1" ,
3643 "tape" : " 4.5.1"
3744 }
You can’t perform that action at this time.
0 commit comments