Skip to content

Commit 22365b9

Browse files
committed
Fix inclusion of files in package
1 parent d68fe24 commit 22365b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"main": "dist/index.js",
1818
"types": "dist/index.d.ts",
1919
"files": [
20-
"./dist",
21-
"./inertia-helpers"
20+
"/dist",
21+
"/inertia-helpers"
2222
],
2323
"scripts": {
2424
"build": "npm run build-plugin && npm run build-inertia-helpers",

0 commit comments

Comments
 (0)