Skip to content

Commit

Permalink
[package.json] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunc229 committed Jul 26, 2021
1 parent ddcb744 commit 4bda51e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules
*.vsix

yarn.lock
yarn-error.log
package-lock.json

/out-vsxi
Expand Down
37 changes: 0 additions & 37 deletions out/extension.js.LICENSE.txt

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"icon": "icon.png",
"homepage": "https://github.com/hieunc229/copilot-clone",
"repository": "https://github.com/hieunc229/copilot-clone",
"keywords": ["code-suggestion", "copilot", "code-inference"]
"keywords": ["code-suggestion", "copilot", "code-inference"],
"engines": {
"vscode": "^1.34.0"
},
Expand Down Expand Up @@ -47,7 +47,6 @@
},
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
"lsp": "typescript-language-server "
"watch": "tsc -watch -p ./",
"download-api": "vscode-dts dev",
"postdownload-api": "vscode-dts main",
Expand Down

0 comments on commit 4bda51e

Please sign in to comment.