Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Add .npmignore and update bower ignores to shrink package size
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Barlock committed Dec 2, 2015
1 parent b907c0a commit b041a46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**/.*
node_modules
src
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"src"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-design-icons",
"version": "2.0.0",
"version": "2.0.1",
"description": "IBM Icons",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b041a46

Please sign in to comment.