Skip to content

Commit 1faa190

Browse files
committed
fix path to statamic dist
1 parent 0e1a227 commit 1faa190

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"build": "vite build"
55
},
66
"dependencies": {
7-
"@statamic/cms": "file:./vendor/statamic/cms/resources/js/package",
7+
"@statamic/cms": "file:./vendor/statamic/cms/resources/dist-package",
88
"striptags": "^3.2.0",
99
"vue3-carousel": "^0.16.0"
1010
},

0 commit comments

Comments
 (0)