#236 fix travis asking for user input

This commit is contained in:
Drew Fyock
2014-02-03 14:02:43 -05:00
parent a0c9de3756
commit f57b51d485
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,7 +1,7 @@
.DS_Store
.nodemonignore
.sass-cache/
.bower-*
.bower-*/
node_modules/
public/lib
test/coverage/

View File

@@ -2,7 +2,7 @@
"name": "mean",
"version": "0.1.3",
"dependencies": {
"angular": "1.2.10",
"angular": "latest",
"angular-resource": "latest",
"angular-cookies": "latest",
"angular-mocks": "latest",