Skip to content

Commit 3153f03

Browse files
committed
fix: remove src from files array in package.json
1 parent b76ba5e commit 3153f03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"unpkg": "dist/imagekit.min.js",
99
"types": "dist/index.d.ts",
1010
"files": [
11-
"dist",
12-
"src"
11+
"dist"
1312
],
1413
"devDependencies": {
1514
"@babel/cli": "^7.10.5",

0 commit comments

Comments
 (0)