Skip to content

Commit

Permalink
chore: moved from pnpm to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
harmeetsingh11 committed Jan 22, 2024
1 parent a77fae1 commit 8ac7c90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"displayName": "Readogen",
"publisher": "Harmeet",
"description": "An AI based VSCode extension which generates readme.md files for your github projects.",

"version": "0.0.1",
"engines": {
"vscode": "^1.85.0"
Expand Down Expand Up @@ -31,7 +30,6 @@
}
}
},

"commands": [
{
"command": "readogen.generateReadme",
Expand All @@ -42,7 +40,7 @@
},
"scripts": {
"lint": "eslint .",
"pretest": "pnpm run lint",
"pretest": "npm run lint",
"test": "vscode-test"
},
"devDependencies": {
Expand All @@ -51,6 +49,7 @@
"@types/vscode": "^1.85.0",
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 8ac7c90

Please sign in to comment.