Skip to content

Commit

Permalink
fix(package.json): include src/ in files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Sep 30, 2017
1 parent e92ad65 commit afdfa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "8.3.1",
"description": "React.js Google Maps integration component",
"main": "lib/index.js",
"files": ["lib/", "src/lib", "CHANGELOG.md"],
"files": ["lib/", "src/", "CHANGELOG.md"],
"lint-staged": {
"*.{js,jsx,json,css}": ["prettier --write", "git add"]
},
Expand Down

0 comments on commit afdfa6d

Please sign in to comment.