Skip to content

Commit

Permalink
feat(infrastructure): add .npmignores to packages (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo committed Jun 22, 2018
1 parent d155a6e commit ab7009d
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/button/.npmignore
@@ -0,0 +1 @@
index.js
6 changes: 6 additions & 0 deletions packages/card/.npmignore
@@ -0,0 +1,6 @@
index.js
ActionButtons.js
ActionIcons.js
Actions.js
Media.js
PrimaryContent.js
1 change: 1 addition & 0 deletions packages/fab/.npmignore
@@ -0,0 +1 @@
index.js
1 change: 1 addition & 0 deletions packages/floating-label/.npmignore
@@ -0,0 +1 @@
index.js
1 change: 1 addition & 0 deletions packages/line-ripple/.npmignore
@@ -0,0 +1 @@
index.js
1 change: 1 addition & 0 deletions packages/material-icon/.npmignore
@@ -0,0 +1 @@
index.js
1 change: 1 addition & 0 deletions packages/notched-outline/.npmignore
@@ -0,0 +1 @@
index.js
1 change: 1 addition & 0 deletions packages/ripple/.npmignore
@@ -0,0 +1 @@
index.js
4 changes: 4 additions & 0 deletions packages/text-field/.npmignore
@@ -0,0 +1,4 @@
index.js
Input.js
helper-text/index.js
icon/index.js
2 changes: 1 addition & 1 deletion packages/text-field/index.js
Expand Up @@ -346,5 +346,5 @@ TextField.defaultProps = {
};


export {HelperText, Input};
export {Icon, HelperText, Input};
export default TextField;
1 change: 1 addition & 0 deletions packages/top-app-bar/.npmignore
@@ -0,0 +1 @@
index.js

0 comments on commit ab7009d

Please sign in to comment.