Skip to content

Commit 502be54

Browse files
committed
remove fixtures that should not be git ignored
1 parent ac8f335 commit 502be54

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ demo
55
.idea
66
.DS_Store
77
release.txt
8-
fixtures/bower.json
9-
fixtures/package.json
8+
test/fixtures/bower.json
9+
test/fixtures/package.json

Diff for: test/fixtures/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"jade": "~1.2.0",
1717
"ejs": "~0.8.4",
1818
"mongoose": "~3.8.8",
19+
"mongoose-bird": "~0.0.1",
1920
"jsonwebtoken": "^0.3.0",
2021
"express-jwt": "^0.1.3",
2122
"passport": "~0.2.0",
@@ -46,7 +47,7 @@
4647
"grunt-contrib-watch": "~0.6.1",
4748
"grunt-contrib-coffee": "^0.10.1",
4849
"grunt-contrib-jade": "^0.11.0",
49-
"grunt-contrib-less": "^0.11.0",
50+
"grunt-contrib-less": "^0.11.4",
5051
"grunt-google-cdn": "~0.4.0",
5152
"grunt-newer": "~0.7.0",
5253
"grunt-ng-annotate": "^0.2.3",

0 commit comments

Comments
 (0)