Skip to content

Commit

Permalink
helper should not depend on counterx
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 5, 2024
1 parent ef1ec9a commit b851625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swc/helpers",
"packageManager": "[email protected]",
"version": "0.5.5",
"version": "0.5.6",
"description": "External helpers for the swc project.",
"module": "esm/index.js",
"main": "cjs/index.cjs",
Expand Down Expand Up @@ -36,7 +36,6 @@
"zx": "^7.2.1"
},
"dependencies": {
"@swc/counter": "^0.1.3",
"tslib": "^2.4.0"
},
"exports": {
Expand Down
1 change: 0 additions & 1 deletion packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ __metadata:
resolution: "@swc/helpers@workspace:helpers"
dependencies:
"@ast-grep/napi": "npm:^0.3.1"
"@swc/counter": "npm:^0.1.3"
dprint: "npm:^0.35.3"
magic-string: "npm:^0.30.0"
tslib: "npm:^2.4.0"
Expand Down

0 comments on commit b851625

Please sign in to comment.