File tree Expand file tree Collapse file tree 2 files changed +320
-302
lines changed Expand file tree Collapse file tree 2 files changed +320
-302
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "main" : " lib/index.js" ,
1919 "scripts" : {
20- "build" : " rimraf lib && babel src --out-dir lib && cp -R src/util/attributes lib/util/attributes " ,
20+ "build" : " rimraf lib && babel src --out-dir lib --copy-files " ,
2121 "prepublish" : " npm run lint && npm run flow && npm run test && npm run build" ,
2222 "coveralls" : " cat ./reports/lcov.info | coveralls" ,
2323 "flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig\" ; else flow; test $? -eq 0 -o $? -eq 2; fi" ,
3131 "babel-cli" : " ^6.14.0" ,
3232 "babel-core" : " ^6.14.0" ,
3333 "babel-eslint" : " ^7.0.0" ,
34- "babel-jest" : " ^19 .0.0" ,
34+ "babel-jest" : " ^20 .0.0" ,
3535 "babel-plugin-transform-flow-strip-types" : " ^6.21.0" ,
3636 "babel-plugin-transform-object-rest-spread" : " ^6.20.2" ,
3737 "babel-polyfill" : " ^6.16.0" ,
4242 "eslint-plugin-flowtype" : " ^2.32.1" ,
4343 "eslint-plugin-import" : " ^2.2.0" ,
4444 "expect" : " ^1.20.2" ,
45- "flow-bin" : " ^0.44.2 " ,
46- "jest" : " ^19 .0.0" ,
45+ "flow-bin" : " ^0.45.0 " ,
46+ "jest" : " ^20 .0.0" ,
4747 "jscodeshift" : " ^0.3.30" ,
4848 "minimist" : " ^1.2.0" ,
4949 "rimraf" : " ^2.5.2" ,
You can’t perform that action at this time.
0 commit comments