Skip to content

Commit c9f3a79

Browse files
committed
chore!: update files property
for support other tooling.
1 parent dfa610e commit c9f3a79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"author": "evillt <ijoec123@gmail.com> (https://evila.me)",
1111
"files": [
1212
"lib",
13-
"app-dist"
13+
"app-dist",
14+
"*.js",
15+
"!app",
16+
"!poi.config.js"
1417
],
1518
"main": "lib/plugin.js",
1619
"scripts": {

0 commit comments

Comments
 (0)