Skip to content

Commit

Permalink
Fix flow-typed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain committed Jul 10, 2018
1 parent c2bfd15 commit ca13c6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"setup": "npm install && npm run flow-typed",
"lint": "eslint src/ test/ *.js",
"flow-typed": "flow-typed install",
"flow-typed": "rm -rf flow-typed && flow-typed install",
"flow": "flow",
"flow:build": "flow gen-flow-files ./src/index.js --out-dir ./dist/module",
"karma": "cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start",
Expand Down Expand Up @@ -48,9 +48,9 @@
],
"readmeFilename": "README.md",
"devDependencies": {
"flow-bin": "0.x.x",
"flow-bin": "^0.76",
"grumbler-scripts": "^2.0.18",
"mocha": "^3.5.3"
"mocha": "^4"
},
"dependencies": {
"cross-domain-safe-weakmap": "^1.0.1",
Expand Down

0 comments on commit ca13c6b

Please # to comment.