Skip to content

Commit d63b105

Browse files
committed
add README.md to publish with npm package
1 parent 1a2d0ba commit d63b105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A react-tv-based implementation of Spatial Navigation by Luke Chang",
55
"main": "dist/bundle.umd.js",
66
"files": [
7-
"dist/"
7+
"dist/",
8+
"README.md"
89
],
910
"scripts": {
1011
"build": "rollup -c",

0 commit comments

Comments
 (0)