Skip to content

Commit

Permalink
No need for downloading testing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoelkemp committed Jan 30, 2015
1 parent 786d075 commit dcdb5e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
externals/
example/
spec/
.gitignore
.tm_properties
.npmignore
Gruntfile.js
10 changes: 7 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"spec"
"spec/",
"externals/",
"example/",
"Gruntfile.js",
".npmignore",
".gitignore",
".tm_properties"
],
"dependencies": {
"backbone": "~1.1.0",
Expand Down

0 comments on commit dcdb5e8

Please sign in to comment.