Skip to content

Commit 84a2a10

Browse files
squash!
1 parent b81b6db commit 84a2a10

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

package.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
11
{
22
"name": "vscode-docs",
3-
"version": "0.10.3",
4-
"author": {
5-
"name": "Microsoft Corporation"
3+
"version": "0.0.1",
4+
"private": false,
5+
"homepage": "https://github.com/CodeEditorLand/Foundation#readme",
6+
"bugs": {
7+
"url": "https://github.com/CodeEditorLand/Foundation/issues"
68
},
79
"repository": {
810
"type": "git",
9-
"url": "https://github.com/Microsoft/vscode-docs.git"
11+
"url": "git+https://github.com/CodeEditorLand/Foundation.git"
12+
},
13+
"license": "SEE LICENSE IN LICENSE",
14+
"author": {
15+
"name": "Nikola R. Hristov",
16+
"email": "nikola@nikolahristov.tech",
17+
"url": "https://nikolahristov.tech"
18+
},
19+
"publisher": "playform",
20+
"type": "module",
21+
"scripts": {
22+
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
1023
},
1124
"devDependencies": {
1225
"gulp": "^3.9.1",
13-
"shelljs": "^0.7.8"
26+
"shelljs": "^0.7.8",
27+
"typescript-esbuild": "0.3.6"
28+
},
29+
"publishConfig": {
30+
"access": "public"
1431
}
1532
}

0 commit comments

Comments
 (0)