Skip to content

Commit 4df7f6b

Browse files
authored
Merge pull request #1 from stefnotch/patch-1
Specify files to publish to npm
2 parents c0b3c36 + 08f7d95 commit 4df7f6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
"email": "mail@substack.net",
4040
"url": "http://substack.net"
4141
},
42-
"license": "MIT"
42+
"license": "MIT",
43+
"files": [
44+
"index.js"
45+
]
4346
}

0 commit comments

Comments
 (0)