rails/package.json
David Heinemeier Hansson 8397eb24da
Remove rollup and test machinery for rails-ujs (#50535)
This leaves only the final compiled targets in place.
2024-01-02 16:49:36 +01:00

12 lines
152 B
JSON

{
"private": true,
"workspaces": [
"actioncable",
"actiontext",
"activestorage"
],
"dependencies": {
"webpack": "^4.17.1"
}
}