Skip to content

Commit 58183e1

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 ae59542 commit 58183e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)