Skip to content

Commit e112b75

Browse files
committed
minor #16 removing class-properties (weaverryan)
This PR was merged into the main branch. Discussion ---------- removing class-properties See #11. tl;dr we do not *actually* depend on this library, though Stimulus requires it if you're using its normal `targets = syntax. However, *how* that currently works with Encore is a bit of a mystery. Still, I do not believe having this as a dependency solves or does anything. And since it's not part of any release yet, let's remove it. Commits ------- 6767954 removing class-properties
2 parents 339fe36 + 6767954 commit e112b75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515
"peerDependencies": {
1616
"stimulus": "^2.0"
1717
},
18-
"dependencies": {
19-
"@babel/plugin-proposal-class-properties": "^7.12.1"
20-
},
18+
"dependencies": {},
2119
"devDependencies": {
2220
"@babel/cli": "^7.12.1",
2321
"@babel/core": "^7.12.3",
24-
"@babel/plugin-proposal-class-properties": "^7.12.1",
2522
"@babel/preset-env": "^7.12.7",
2623
"@symfony/mock-module": "file:test/fixtures/module",
2724
"@symfony/stimulus-testing": "^1.0.0",

0 commit comments

Comments
 (0)