Skip to content

Commit

Permalink
I accidentally set npm to 1.x.x, it should have been 3.x.x.
Browse files Browse the repository at this point in the history
The last successful build of hubot on heroku used npm 3.10.8
  • Loading branch information
vlymar committed Jun 23, 2017
1 parent e647639 commit 3dfcda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"underscore": "~1.6.0"
},
"engines": {
"node": "~0.10.31",
"npm": "~1.1.0"
"node": "~0.10.47",
"npm": "~3.10.8"
}
}

0 comments on commit 3dfcda3

Please sign in to comment.