Skip to content

Commit ec7c681

Browse files
authored
fix: Update included files within package.json (#63)
* update files array * testing * remove lib
1 parent bb7ec7c commit ec7c681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./dist/index.js",
66
"type": "module",
77
"files": [
8-
"lib/**/*",
8+
"dist/**/*",
99
"index.js",
1010
"manifest.yml"
1111
],

0 commit comments

Comments
 (0)