Skip to content

Commit

Permalink
fix(package): Only ships necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Dec 5, 2018
1 parent 8016602 commit 90cfce1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"pre-commit": [
"test"
],
"files": [
"lib",
"index.js",
"index.d.ts"
],
"types": "./index.d.ts",
"keywords": [
"libphonenumber",
"phonenumber",
Expand All @@ -43,7 +49,6 @@
"semantic-release": "^15.12.4",
"typescript": "2.8.x"
},
"types": "./index.d.ts",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 90cfce1

Please sign in to comment.