Skip to content
Browse files

update bower and package json files, fixes #1832

  • Loading branch information...
1 parent 1a9fdd3 commit 8b0865aec7a7d12f2d783ecd0363f871440990fe @englercj englercj committed
Showing with 11 additions and 3 deletions.
  1. +6 −2 bower.json
  2. +5 −1 package.json
View
8 bower.json
@@ -5,11 +5,15 @@
"ignore": [
"**/.*",
+ "docs",
+ "gulp",
"node_modules",
"bower_components",
"test",
- "examples",
- "tasks"
+ "bower.json",
+ "gulpfile.js",
+ "inch.json",
+ "testem.json"
],
"dependencies": {
},
View
6 package.json
@@ -23,7 +23,11 @@
},
"files": [
"bin/",
- "src/"
+ "src/",
+ "CONTRIBUTING.md",
+ "LICENSE",
+ "package.json",
+ "README.md"
],
"dependencies": {
"async": "^0.9.0",

0 comments on commit 8b0865a

Please sign in to comment.
Something went wrong with that request. Please try again.