Skip to content

Commit

Permalink
Revert "include webpack helpers in proxy package (#452)" (#455)
Browse files Browse the repository at this point in the history
This reverts commit dd35dc3.
  • Loading branch information
dhh committed Sep 23, 2021
1 parent 0943dff commit b72d60c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion packages/stimulus/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "@hotwired/stimulus"
export * from "@hotwired/stimulus-webpack-helpers"
3 changes: 1 addition & 2 deletions packages/stimulus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
],
"license": "MIT",
"dependencies": {
"@hotwired/stimulus": "^3.0.0-rc.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.0"
"@hotwired/stimulus": "^3.0.0-rc.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
Expand Down
5 changes: 0 additions & 5 deletions packages/stimulus/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# yarn lockfile v1


"@hotwired/stimulus-webpack-helpers@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.0.tgz#6bd7906a4a2b6e1cd8732203b60264f987bd1084"
integrity sha512-6oKDmJDSsV+zdlHnF485nneuekY/Zbl669wei4HIiwxUWHhVSU1XIVji4aj+Ws9AXghjTYBS8H5ralB97BVMDw==

"@hotwired/stimulus@^3.0.0-rc.1":
version "3.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.0.0-rc.1.tgz#0642e95d3b6a289132fafa2bc5f2106d65b7bb2b"
Expand Down

0 comments on commit b72d60c

Please sign in to comment.