Skip to content

Commit 38b60af

Browse files
authored
Add app.plugin.js to package.json files list (#4032)
Fixes: #4031
1 parent 9df8a67 commit 38b60af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"types": "./lib/typescript/src/index.d.ts",
1111
"default": "./lib/module/index.js"
1212
},
13-
"./package.json": "./package.json"
13+
"./package.json": "./package.json",
14+
"./app.plugin.js": "./app.plugin.js"
1415
},
1516
"files": [
1617
"src",

0 commit comments

Comments
 (0)