Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 20, 2024
1 parent e79e6e9 commit c3c5a6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 62 deletions.
36 changes: 6 additions & 30 deletions generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
{
"name": "generator-code-dependencies-versions",
"version": "0.0.1",
"private": false,
"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",
"keywords": [
"land"
],
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode/issues"
},
"repository": {
"type": "git",
"url": "git+HTTPS://github.com/CodeEditorLand/LandGeneratorCode.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Land",
"email": "Land@Playform.Cloud",
"url": "HTTPS://Land.Playform.Cloud"
},
"type": "module",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
"@types/assert": "1.5.10",
"@types/node": "20.x",
Expand All @@ -37,11 +11,13 @@
"ts-loader": "9.5.1",
"util": "0.12.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",
"devDependencies": {
"@playform/build": "0.0.7",
"@playform/document": "0.0.6"
"@playform/build": "0.0.7"
},
"publishConfig": {
"access": "public"
"name": "generator-code-dependencies-versions",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
}
}
40 changes: 8 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,22 @@
{
"name": "generator-code",
"version": "0.0.1",
"private": false,
"description": "Yeoman generator for Visual Studio Code extensions.",
"keywords": [
"land"
],
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode/issues"
},
"repository": {
"type": "git",
"url": "git+HTTPS://github.com/CodeEditorLand/LandGeneratorCode.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Land",
"email": "Land@Playform.Cloud",
"url": "HTTPS://Land.Playform.Cloud"
},
"type": "module",
"main": "./generators/app/index.js",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"dependencies": {
"chalk": "5.3.0",
"fast-plist": "0.1.3",
"request-light": "0.7.0",
"which": "4.0.0",
"yosay": "3.0.0"
},
"description": "Yeoman generator for Visual Studio Code extensions.",
"devDependencies": {
"@playform/build": "0.0.7",
"@playform/document": "0.0.6",
"@types/node": "20.12.7"
},
"publishConfig": {
"access": "public"
"main": "./generators/app/index.js",
"name": "generator-code",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"postversion": "git push && git push --tags",
"prepublishOnly": "Build 'Source/**/*.ts'",
"preversion": "npm test"
}
}

0 comments on commit c3c5a6b

Please sign in to comment.