Skip to content

Commit 84f5400

Browse files
author
Ryan O'Boril
committed
added files section to package.json to pull down dist on yarn add
1 parent 97b65b3 commit 84f5400

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"url": "https://github.com/fullstackreact/google-maps-react.git"
1313
},
1414
"main": "dist/index.js",
15+
"files": [
16+
"dist"
17+
],
1518
"scripts": {
1619
"prepublish": "./scripts/prepublish.sh",
1720
"preversion": ". ./scripts/prepublish.sh",

0 commit comments

Comments
 (0)