Skip to content

Commit

Permalink
Fix sails.io.js version to 0.10.3
Browse files Browse the repository at this point in the history
Having problems using latest version 0.11.4 with the stable version of the sails app 0.10.5.  Therefore fixing sails.io.js to 0.10.3
  • Loading branch information
devjones committed Dec 24, 2014
1 parent 7e4e91b commit 5563226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"angular": "~1.2.14",
"sails.io.js" : "latest",
"sails.io.js" : "~0.10.3",
"lodash": "~2.4.1"
}
}

0 comments on commit 5563226

Please sign in to comment.