Skip to content

Commit

Permalink
remove fixtures that should not be git ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Sep 15, 2014
1 parent ac8f335 commit 502be54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ demo
.idea
.DS_Store
release.txt
fixtures/bower.json
fixtures/package.json
test/fixtures/bower.json
test/fixtures/package.json
3 changes: 2 additions & 1 deletion test/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"jade": "~1.2.0",
"ejs": "~0.8.4",
"mongoose": "~3.8.8",
"mongoose-bird": "~0.0.1",
"jsonwebtoken": "^0.3.0",
"express-jwt": "^0.1.3",
"passport": "~0.2.0",
Expand Down Expand Up @@ -46,7 +47,7 @@
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-jade": "^0.11.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-less": "^0.11.4",
"grunt-google-cdn": "~0.4.0",
"grunt-newer": "~0.7.0",
"grunt-ng-annotate": "^0.2.3",
Expand Down

0 comments on commit 502be54

Please sign in to comment.