Skip to content

Commit

Permalink
Specify "files" field for npm packages (#7396)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao authored Aug 2, 2016
1 parent fae8673 commit a06d3a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"homepage": "https://facebook.github.io/react/",
"peerDependencies": {
"react": "^16.0.0-alpha"
}
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"index.js"
]
}

0 comments on commit a06d3a1

Please sign in to comment.