Skip to content

Commit 4e15df9

Browse files
authoredJan 11, 2019
Merge pull request #45 from styfle/patch-2
Add files key to package.json
2 parents 1abd608 + e3f35e5 commit 4e15df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "4.0.0",
44
"description": "markdown-loader for webpack",
55
"main": "index.js",
6+
"files": [
7+
"index.js"
8+
],
69
"scripts": {
710
"test": "ava test/*.test.js"
811
},

0 commit comments

Comments
 (0)
Please sign in to comment.