Skip to content

Commit 0f1dd10

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 f3682a8 commit 0f1dd10

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
@@ -20,9 +20,10 @@
2020
"main": "./lib/index.js",
2121
"types": "./lib/index.d.ts",
2222
"files": [
23-
"*.md",
2423
"lib",
25-
"src"
24+
"LICENSE",
25+
"package.json",
26+
"README.md"
2627
],
2728
"scripts": {
2829
"build": "rm -rf lib/* && tsc",

0 commit comments

Comments
 (0)