Skip to content

Commit 9d316c5

Browse files
committed
[Icons] Make idiomorph as a devDependency, since it's inlined in dist files (symfony/ux#2935 (comment))
1 parent 40eca5e commit 9d316c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

assets/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
"@symfony/ux-live-component": "path:%PACKAGE%/dist/live_controller.js"
4545
}
4646
},
47-
"dependencies": {
48-
"idiomorph": "^0.3.0"
49-
},
5047
"peerDependencies": {
5148
"@hotwired/stimulus": "^3.0.0"
5249
},
@@ -56,6 +53,7 @@
5653
"@testing-library/jest-dom": "catalog:",
5754
"@testing-library/user-event": "^13.1.9",
5855
"@types/node-fetch": "^2.6.2",
56+
"idiomorph": "^0.3.0",
5957
"jsdom": "catalog:",
6058
"node-fetch": "^2.6.1",
6159
"tslib": "catalog:",

0 commit comments

Comments
 (0)