Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 82dabe3

Browse files
committed
Use dependencies (not devDependencies) for svelte_ujs_ng
1 parent b9180ee commit 82dabe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"exports": {
1717
"./": "./svelte_ujs/"
1818
},
19-
"devDependencies": {
19+
"dependencies": {
2020
"@rails/webpacker": "4.2.2",
2121
"before-build-webpack": "^0.2.9",
2222
"webpack-assets-manifest": "https://github.com/pustovalov/webpack-assets-manifest#build"

0 commit comments

Comments
 (0)