Skip to content

Commit

Permalink
adds deps to bower.json and gitignores bower_componants
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Feb 19, 2014
1 parent 8de53be commit 9fc3784
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
.DS_Store
node_modules
node_modules
bower_components
13 changes: 9 additions & 4 deletions bower.json
Expand Up @@ -2,12 +2,17 @@
"name": "backbone.routefilter",
"version": "0.2.0",
"main": "dist/backbone.routefilter.min.js",
"dependencies": {
"backbone": ">=0.9",
"jquery": ">=1.9"
},
"devDependencies": {
"requirejs": "2.1.10",
"qunit": "1.14.0"
},
"ignore": [
"**/.*",
"node_modules",
"components",
"bower_components",
"test",
"tests"
"test"
]
}

0 comments on commit 9fc3784

Please sign in to comment.