Skip to content

Commit cfe2794

Browse files
committed
fix files package.json entry to be an array
1 parent a2b2a84 commit cfe2794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"browser": "lib/index.js",
66
"main": "lib/index.js",
77
"module": "src/index.js",
8-
"files": "lib/**/*",
8+
"files": ["lib/"],
99
"scripts": {
1010
"lint": "./node_modules/.bin/eslint src/.",
1111
"lint-fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)