Skip to content

Commit 882a4dd

Browse files
committed
fix: 🐛 cut 90% of downloaded package size
1 parent 5b14624 commit 882a4dd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.npmignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/test/
2-
/.*
3-
/yarn.lock
4-
/package-lock.json
1+
/*
2+
!/src

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"license": "MIT",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)