Skip to content

Commit e3c44d9

Browse files
committed
Add file list for npm
1 parent 1be319b commit e3c44d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"build": "rm -rf lib && babel src -d lib --presets=latest,react --plugins=transform-object-rest-spread",
88
"prepublish": "npm run build"
99
},
10+
"files": [
11+
"src",
12+
"lib"
13+
],
1014
"repository": {
1115
"type": "git",
1216
"url": "git+https://github.com/rafrex/react-router-hash-link-scroll.git"

0 commit comments

Comments
 (0)