Skip to content

Commit

Permalink
Make async a full dependency, match versions with Sails.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgress454 committed Jan 25, 2016
1 parent 2c4fb92 commit a5bd1e1
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 @@ -9,15 +9,15 @@
"hook"
],
"dependencies": {
"lodash": "^2.4.1",
"async": "1.5.0",
"lodash": "3.10.1",
"machinepack-urls": "^3.1.1",
"semver": "^4.3.4",
"socket.io": "~1.4.3",
"socket.io-client": "~1.4.3",
"uid2": "0.0.3"
},
"devDependencies": {
"async": "^0.9.0",
"machinepack-fs": "^3.0.0",
"machinepack-http": "^2.1.2",
"mocha": "^2.2.4",
Expand Down

0 comments on commit a5bd1e1

Please sign in to comment.