Skip to content

Commit de82c88

Browse files
committed
build(package.json): remove src from files field as source files are now inlined in source maps
add LICENSE and include only README.md
1 parent 8c2fbac commit de82c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"main": "./lib/index.js",
2121
"types": "./lib/index.d.ts",
2222
"files": [
23-
"*.md",
2423
"lib",
25-
"src"
24+
"LICENSE",
25+
"README.md"
2626
],
2727
"scripts": {
2828
"build": "rm -rf lib/* && tsc",

0 commit comments

Comments
 (0)