Skip to content

Commit

Permalink
Merge pull request #22 from lukaszklis/bower_improvements
Browse files Browse the repository at this point in the history
Added more files to ignore list for bower
  • Loading branch information
Valentin Vasilyev committed Jul 15, 2014
2 parents 7c1e253 + 3d0de51 commit 5431de0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"name": "fingerprint",
"version": "0.5.3",
"version": "0.5.4",
"main": ["fingerprint.js"],
"ignore": [".travis.yml", "specs", "build", "node_modules"]
"ignore": [
".travis.yml",
".gitignore",
"build",
"Gruntfile.js",
"index.html",
"node_modules",
"package.json",
"specs",
"README.md"
]
}

0 comments on commit 5431de0

Please sign in to comment.