Skip to content

Commit

Permalink
Merge pull request #24 from runspired/main
Browse files Browse the repository at this point in the history
fix: @babel/traverse is a dependency not a dev-dependency
  • Loading branch information
ef4 authored Jul 7, 2023
2 parents d67cca1 + 8266453 commit 9159266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"src/**/*.js.map"
],
"dependencies": {
"babel-import-util": "^1.3.0"
"babel-import-util": "^1.3.0",
"@babel/traverse": "^7.14.5"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-modules-amd": "^7.14.5",
"@babel/plugin-transform-template-literals": "^7.14.5",
"@babel/plugin-transform-unicode-escapes": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@glimmer/syntax": "^0.84.2",
"@types/babel__traverse": "^7.11.1",
"@types/jest": "^29.2.3",
Expand Down

0 comments on commit 9159266

Please sign in to comment.