Skip to content

Commit a4154db

Browse files
squash!
1 parent b84af5a commit a4154db

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "__EXTENSIONNAME__",
33
"displayName": "__DISPLAYNAME__",
44
"version": "0.0.1",
5+
"private": "false",
56
"description": "__DESCRIPTION__",
67
"homepage": "https://github.com/CodeEditorLand/CodeEditorLand#readme",
78
"bugs": {
@@ -12,7 +13,13 @@
1213
"url": "git+https://github.com/CodeEditorLand/CodeEditorLand.git"
1314
},
1415
"license": "MIT",
16+
"author": {
17+
"name": "Nikola Hristov",
18+
"email": "nikola@nikolahristov.tech",
19+
"url": "https://nikolahristov.tech"
20+
},
1521
"publisher": "playform",
22+
"type": "module",
1623
"main": "./out/extension.js",
1724
"scripts": {
1825
"start": "webpack-dev-server",
@@ -294,29 +301,22 @@
294301
"tslint-react": "4.1.0",
295302
"tslint-react-hooks": "2.2.2",
296303
"typescript": "5.3.2",
304+
"typescript-esbuild": "0.3.1",
297305
"typescript-react-intl": "0.4.1",
298306
"version-from-git": "1.1.1",
299307
"vsce": "1.47.0",
300308
"vscode-nls-dev": "4.0.4",
301309
"vscode-test": "1.0.0",
302310
"webpack": "5.89.0",
303-
"webpack-cli": "5.1.4",
304-
"typescript-esbuild": "0.3.1"
311+
"webpack-cli": "5.1.4"
305312
},
306313
"extensionDependencies": [
307314
"ms-python.python"
308315
],
309-
"icon": "assets/icon.png",
310-
"preview": true,
311-
"instrumentationKey": "__AIKEY__",
312-
"type": "module",
313-
"private": "false",
314316
"publishConfig": {
315317
"access": "public"
316318
},
317-
"author": {
318-
"name": "Nikola Hristov",
319-
"email": "nikola@nikolahristov.tech",
320-
"url": "https://nikolahristov.tech"
321-
}
319+
"icon": "assets/icon.png",
320+
"preview": true,
321+
"instrumentationKey": "__AIKEY__"
322322
}

0 commit comments

Comments
 (0)