Skip to content

Commit

Permalink
Let Greenkeeper do pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Feb 8, 2017
1 parent 2d58d7c commit b938b36
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@
},
"homepage": "https://github.com/hfreire/pollmommy#readme",
"dependencies": {
"bluebird": "^3.4.6",
"commander": "^2.9.0",
"lodash": "^4.17.2",
"nightmare": "^2.9.1",
"random-http-useragent": "^1.0.0"
"bluebird": "3.4.6",
"commander": "2.9.0",
"lodash": "4.17.2",
"nightmare": "2.9.1",
"random-http-useragent": "1.0.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.15",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-mocha": "^4.3.0",
"eslint-plugin-node": "^4.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"standard": "^8.0.0",
"testdouble": "^1.9.0"
"babel-cli": "6.14.0",
"babel-eslint": "7.1.1",
"babel-preset-es2015": "6.14.0",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"coveralls": "2.11.15",
"eslint": "3.3.1",
"eslint-config-standard": "6.0.0",
"eslint-plugin-mocha": "4.3.0",
"eslint-plugin-node": "4.0.0",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.0",
"istanbul": "0.4.5",
"mocha": "3.0.2",
"standard": "8.0.0",
"testdouble": "1.9.0"
},
"scripts": {
"clean": "rm -rf bin lib coverage",
Expand Down

0 comments on commit b938b36

Please sign in to comment.