Skip to content

Commit fb8c626

Browse files
committed
Upgrade all dependencies.
1 parent fb5b87a commit fb8c626

File tree

2 files changed

+320
-302
lines changed

2 files changed

+320
-302
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",
@@ -31,7 +31,7 @@
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",
@@ -42,8 +42,8 @@
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",

0 commit comments

Comments
 (0)