Skip to content

Commit 2858501

Browse files
1 parent e91df31 commit 2858501

File tree

3 files changed

+50
-49
lines changed

3 files changed

+50
-49
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,11 @@
11
{
2-
"name": "generator-code-dependencies-versions",
3-
"version": "0.0.1",
4-
"private": false,
5-
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
6-
"keywords": [
7-
"codeeditorland",
8-
"land",
9-
"playform"
10-
],
11-
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
12-
"bugs": {
13-
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode/issues"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "git+HTTPS://github.com/CodeEditorLand/LandGeneratorCode.git"
18-
},
19-
"license": "SEE LICENSE IN LICENSE",
202
"author": {
21-
"name": "Source 🖋️ Open 👐🏻",
223
"email": "Source/[email protected]",
4+
"name": "Source 🖋️ Open 👐🏻",
235
"url": "HTTPS://Editor.Land"
246
},
25-
"type": "module",
26-
"scripts": {
27-
"prepublishOnly": "Build 'Source/**/*.ts'"
7+
"bugs": {
8+
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode/issues"
289
},
2910
"dependencies": {
3011
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
@@ -41,10 +22,29 @@
4122
"ts-loader": "^9.5.2",
4223
"util": "^0.12.5"
4324
},
25+
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
4426
"devDependencies": {
4527
"@playform/build": "0.2.3"
4628
},
29+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
30+
"keywords": [
31+
"codeeditorland",
32+
"land",
33+
"playform"
34+
],
35+
"license": "SEE LICENSE IN LICENSE",
36+
"name": "generator-code-dependencies-versions",
37+
"private": false,
4738
"publishConfig": {
4839
"access": "public"
49-
}
40+
},
41+
"repository": {
42+
"type": "git",
43+
"url": "git+HTTPS://github.com/CodeEditorLand/LandGeneratorCode.git"
44+
},
45+
"scripts": {
46+
"prepublishOnly": "Build 'Source/**/*.ts'"
47+
},
48+
"type": "module",
49+
"version": "0.0.1"
5050
}

generators/app/templates/ext-notebook-renderer/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"extends": "@playform/build/tsconfig",
88
"files": [],
99
"include": [
10+
"src",
1011
"src",
1112
"src",
1213
"src"

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,11 @@
11
{
2-
"name": "generator-code",
3-
"version": "0.0.1",
4-
"private": false,
5-
"description": "Yeoman generator for Visual Studio Code extensions.",
6-
"keywords": [
7-
"codeeditorland",
8-
"land",
9-
"playform"
10-
],
11-
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
12-
"bugs": {
13-
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode/issues"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "git+HTTPS://github.com/CodeEditorLand/LandGeneratorCode.git"
18-
},
19-
"license": "SEE LICENSE IN LICENSE",
202
"author": {
21-
"name": "Source 🖋️ Open 👐🏻",
223
"email": "Source/[email protected]",
4+
"name": "Source 🖋️ Open 👐🏻",
235
"url": "HTTPS://Editor.Land"
246
},
25-
"type": "module",
26-
"main": "./generators/app/index.js",
27-
"scripts": {
28-
"prepublishOnly": "Build 'Source/**/*.ts'",
29-
"preversion": "npm test",
30-
"postversion": "git push && git push --tags"
7+
"bugs": {
8+
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode/issues"
319
},
3210
"dependencies": {
3311
"chalk": "^5.4.1",
@@ -36,12 +14,34 @@
3614
"which": "^5.0.0",
3715
"yosay": "^3.0.0"
3816
},
17+
"description": "Yeoman generator for Visual Studio Code extensions.",
3918
"devDependencies": {
4019
"@playform/build": "0.2.3",
4120
"@types/node": "^18.19.57",
4221
"jsonc-parser": "^3.3.1"
4322
},
23+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
24+
"keywords": [
25+
"codeeditorland",
26+
"land",
27+
"playform"
28+
],
29+
"license": "SEE LICENSE IN LICENSE",
30+
"main": "./generators/app/index.js",
31+
"name": "generator-code",
32+
"private": false,
4433
"publishConfig": {
4534
"access": "public"
46-
}
35+
},
36+
"repository": {
37+
"type": "git",
38+
"url": "git+HTTPS://github.com/CodeEditorLand/LandGeneratorCode.git"
39+
},
40+
"scripts": {
41+
"postversion": "git push && git push --tags",
42+
"prepublishOnly": "Build 'Source/**/*.ts'",
43+
"preversion": "npm test"
44+
},
45+
"type": "module",
46+
"version": "0.0.1"
4747
}

0 commit comments

Comments
 (0)