Skip to content

Commit df07724

Browse files
committed
updat package.json
1 parent e5b4b53 commit df07724

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chatgpt",
33
"displayName": "ChatGPT: write and improve code using AI",
44
"description": "Extension that allows you to use OpeanAI's ChatGPT inside the IDE (unofficial)",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"publisher": "timkmecl",
77
"icon": "resources/extensionIcon.png",
88
"license": "MIT",
@@ -207,7 +207,8 @@
207207
"watch-tests": "tsc -p . -w --outDir out",
208208
"pretest": "yarn run compile-tests && yarn run compile && yarn run lint",
209209
"lint": "eslint src --ext ts",
210-
"test": "node ./out/test/runTest.js"
210+
"test": "node ./out/test/runTest.js",
211+
"update-package-lock": "npm install --package-lock-only"
211212
},
212213
"devDependencies": {
213214
"@types/glob": "^8.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,11 @@
10531053
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
10541054
"version" "1.0.0"
10551055

1056+
"fsevents@~2.3.2":
1057+
"integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="
1058+
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
1059+
"version" "2.3.2"
1060+
10561061
"fstream@^1.0.12":
10571062
"integrity" "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg=="
10581063
"resolved" "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz"

0 commit comments

Comments
 (0)