Skip to content

Commit 498a586

Browse files
committed
package.json: simplify files, include README.md
1 parent 8401266 commit 498a586

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"license": "BSD-3-Clause",
1515
"author": "Simon Li",
1616
"files": [
17-
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
18-
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
17+
"lib/",
18+
"style/",
19+
"README.md"
1920
],
2021
"main": "lib/index.js",
2122
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)