Skip to content

Commit 101faeb

Browse files
authored
chore: remove src from published package files (#27)
* chore: remove src from published package files * chore: bump version to 0.4.1
1 parent aaaad7c commit 101faeb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-logo-soup",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A tiny React library that makes logos look good together",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -14,8 +14,7 @@
1414
}
1515
},
1616
"files": [
17-
"dist",
18-
"src"
17+
"dist"
1918
],
2019
"scripts": {
2120
"build": "bun build src/index.ts --outdir dist --target browser --format esm --sourcemap=external --external react --external react-dom && bun build src/index.ts --outfile dist/index.cjs --target browser --format cjs --sourcemap=inline --external react --external react-dom && bun run build:types",

0 commit comments

Comments
 (0)