Skip to content

Commit 4ab5e4b

Browse files
committed
Add explicit files array
1 parent fc3e4b6 commit 4ab5e4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"repository": "ReactTraining/react-media",
66
"license": "MIT",
77
"author": "Michael Jackson",
8+
"files": [
9+
"Media.js",
10+
"README.md",
11+
"es",
12+
"index.js",
13+
"umd"
14+
],
815
"scripts": {
916
"build": "node ./tools/build.js",
1017
"clean": "git clean -e '!node_modules' -fdX .",

0 commit comments

Comments
 (0)