Skip to content

Commit

Permalink
Include idiomorph as a dev dependency (hotwired#1086)
Browse files Browse the repository at this point in the history
The library is bundled within Turbo so there's no need for apps using
Turbo to install it.
  • Loading branch information
Alberto Fernández-Capel authored and domchristie committed Jul 15, 2024
1 parent ab13ada commit bd974ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"idiomorph": "https://github.com/basecamp/idiomorph#rollout-build"
},
"devDependencies": {
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.28.0",
Expand All @@ -47,6 +44,7 @@
"chai": "~4.3.4",
"eslint": "^8.13.0",
"express": "^4.18.2",
"idiomorph": "https://github.com/basecamp/idiomorph#rollout-build",
"multer": "^1.4.2",
"rollup": "^2.35.1"
},
Expand Down

0 comments on commit bd974ba

Please sign in to comment.