Permalink
Browse files
update bower and package json files, fixes #1832
- Loading branch information...
Showing
with
11 additions
and
3 deletions.
-
+6
−2
bower.json
-
+5
−1
package.json
|
@@ -5,11 +5,15 @@ |
|
|
|
|
|
"ignore": [
|
|
|
"**/.*",
|
|
|
+ "docs",
|
|
|
+ "gulp",
|
|
|
"node_modules",
|
|
|
"bower_components",
|
|
|
"test",
|
|
|
- "examples",
|
|
|
- "tasks"
|
|
|
+ "bower.json",
|
|
|
+ "gulpfile.js",
|
|
|
+ "inch.json",
|
|
|
+ "testem.json"
|
|
|
],
|
|
|
"dependencies": {
|
|
|
},
|
|
|
|
@@ -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