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 17
17
},
18
18
"main" : " lib/index.js" ,
19
19
"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 " ,
21
21
"prepublish" : " npm run lint && npm run flow && npm run test && npm run build" ,
22
22
"coveralls" : " cat ./reports/lcov.info | coveralls" ,
23
23
"flow" : " if [ ! -e ./.flowconfig ]; then echo \" Could not find .flowconfig\" ; else flow; test $? -eq 0 -o $? -eq 2; fi" ,
31
31
"babel-cli" : " ^6.14.0" ,
32
32
"babel-core" : " ^6.14.0" ,
33
33
"babel-eslint" : " ^7.0.0" ,
34
- "babel-jest" : " ^19 .0.0" ,
34
+ "babel-jest" : " ^20 .0.0" ,
35
35
"babel-plugin-transform-flow-strip-types" : " ^6.21.0" ,
36
36
"babel-plugin-transform-object-rest-spread" : " ^6.20.2" ,
37
37
"babel-polyfill" : " ^6.16.0" ,
42
42
"eslint-plugin-flowtype" : " ^2.32.1" ,
43
43
"eslint-plugin-import" : " ^2.2.0" ,
44
44
"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" ,
47
47
"jscodeshift" : " ^0.3.30" ,
48
48
"minimist" : " ^1.2.0" ,
49
49
"rimraf" : " ^2.5.2" ,
You can’t perform that action at this time.
0 commit comments