Skip to content

Commit

Permalink
Do not ignore dist directory in npm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
beefancohen committed Feb 11, 2016
1 parent acda310 commit bdc139b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
build
dist
npm-debug.log
coverage
.nyc_output
.nyc_output
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
npm-debug.log
coverage
.nyc_output
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-proptype-conditional-require",
"version": "1.0.0",
"version": "1.0.1",
"description": "Conditionally require a React proptype based on other props and/or other conditions.",
"main": "dist/react-proptype-conditional-require.js",
"scripts": {
Expand Down

0 comments on commit bdc139b

Please sign in to comment.