We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8f335 commit 502be54Copy full SHA for 502be54
.gitignore
@@ -5,5 +5,5 @@ demo
5
.idea
6
.DS_Store
7
release.txt
8
-fixtures/bower.json
9
-fixtures/package.json
+test/fixtures/bower.json
+test/fixtures/package.json
test/fixtures/package.json
@@ -16,6 +16,7 @@
16
"jade": "~1.2.0",
17
"ejs": "~0.8.4",
18
"mongoose": "~3.8.8",
19
+ "mongoose-bird": "~0.0.1",
20
"jsonwebtoken": "^0.3.0",
21
"express-jwt": "^0.1.3",
22
"passport": "~0.2.0",
@@ -46,7 +47,7 @@
46
47
"grunt-contrib-watch": "~0.6.1",
48
"grunt-contrib-coffee": "^0.10.1",
49
"grunt-contrib-jade": "^0.11.0",
- "grunt-contrib-less": "^0.11.0",
50
+ "grunt-contrib-less": "^0.11.4",
51
"grunt-google-cdn": "~0.4.0",
52
"grunt-newer": "~0.7.0",
53
"grunt-ng-annotate": "^0.2.3",
0 commit comments