Skip to content

Commit

Permalink
Merge pull request #204 from primer/npm-tweaks
Browse files Browse the repository at this point in the history
npm tweaks
  • Loading branch information
shawnbot authored Aug 8, 2018
2 parents e2efd2f + 9a573a0 commit 75e7169
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.*.swp
.DS_Store
coverage/
dist/
Expand Down
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.tgz
.*
*.config.js
coverage/
docs/
script/
src/__tests__/
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"test": "jest",
"watch": "jest --watch --no-coverage"
},
"files": [
"dist",
"src",
"examples"
],
"repository": "primer/primer-react",
"keywords": [
"react",
Expand Down

0 comments on commit 75e7169

Please sign in to comment.