Skip to content

Commit

Permalink
fix(build): Don't npmignore lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnelson committed May 18, 2016
1 parent df877d9 commit adb890c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Currently empty because we need to not ignore the .gitignore'd lib/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"commitizen": "1.0.5",
"semantic-release": "^4.3.5"
},
"directories": [
"lib"
],
"directories": {
"lib" : "lib"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit adb890c

Please sign in to comment.