Skip to content

Commit

Permalink
npm & bower ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Gibrat committed Aug 31, 2016
1 parent e0a476c commit 422073b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules/
.eslintrc
.gitignore
.npmignore
bower.json
rollup.config.js
test.js
11 changes: 7 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
"license": "MIT",
"main": "parseDuration.es5.js",
"ignore": [
"LICENCE",
"README.md",
".eslintrc",
".gitignore",
".npmignore",
"package.json",
"parseDuration.es6.js"
"parseDuration.es6.js",
"rollup.config.js",
"test.js"
],
"moduleType": [
"amd",
Expand All @@ -24,4 +27,4 @@
"Adrien Gibrat <adrien.gibrat@gmail.com> (https://github.com/adriengibrat)"
],
"private": true
}
}

0 comments on commit 422073b

Please sign in to comment.