Skip to content

Commit

Permalink
chore(package.json): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Feb 20, 2017
1 parent 7cd3aab commit dbf1cb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
14 changes: 7 additions & 7 deletions PROJECT-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,27 @@
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-flow": "^1.0.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"chai": "^3.5.0",
"copy": "^0.3.0",
"coveralls": "^2.11.15",
"coveralls": "^2.11.16",
"eslint": "^3.13.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-watch": "^2.1.14",
"flow-bin": "^0.38.0",
"eslint-watch": "^3.0.0",
"flow-bin": "^0.39.0",
"flow-watch": "^1.1.0",
"husky": "^0.12.0",
"husky": "^0.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"rimraf": "^2.5.4",
"semantic-release": "^6.3.2",
"semantic-release": "^6.3.6",
"validate-commit-msg": "^2.8.2"
},
"dependencies": {}
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,23 @@
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-flow": "^1.0.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"eslint": "^3.13.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-watch": "^2.1.14",
"flow-bin": "^0.38.0",
"eslint-watch": "^3.0.0",
"flow-bin": "^0.39.0",
"flow-watch": "^1.1.0",
"husky": "^0.12.0",
"husky": "^0.13.1",
"istanbul": "^0.4.5",
"nyc": "^10.1.2",
"rimraf": "^2.5.4",
"validate-commit-msg": "^2.8.2"
},
"dependencies": {}
}

0 comments on commit dbf1cb9

Please sign in to comment.