Skip to content

Commit

Permalink
Remove duplicate engines key in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
meniRoy committed Aug 17, 2023
1 parent 7e663b7 commit eb88a6f
Show file tree
Hide file tree
Showing 2 changed files with 858 additions and 900 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "",
"version": "0.0.1",
"engines": {
"vscode": "^1.71.0"
"vscode": "^1.71.0",
"pnpm": "6.35.1"
},
"categories": [
"Other"
Expand Down Expand Up @@ -187,8 +188,5 @@
"async-retry": "^1.3.3",
"axios": "^0.27.2",
"strip-ansi": "^7.0.1"
},
"engines": {
"pnpm": "6.35.1"
}
}
Loading

0 comments on commit eb88a6f

Please sign in to comment.