Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Bump version to 1.1.1 to test new deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
Venthe committed Mar 31, 2023
1 parent 3855da2 commit fb473b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fauxpilot",
"displayName": "Fauxpilot",
"description": "Get completions from Fauxpilot server",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"code-suggestion",
"copilot",
Expand Down Expand Up @@ -96,8 +96,8 @@
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"vscode:package": "vsce package",
"vscode:publish": "vsce publish"
"vscode:package": "npm exec vsce package",
"vscode:publish": "npm exec vsce publish"
},
"devDependencies": {
"@types/glob": "^7.2.0",
Expand All @@ -119,4 +119,4 @@
"dependencies": {
"openai": "^3.0.0"
}
}
}

0 comments on commit fb473b7

Please sign in to comment.