Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 14, 2023
1 parent 7f343d3 commit e0c146e
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "vscode-docs",
"version": "0.0.1",
"private": "false",
"homepage": "https://github.com/CodeEditorLand/CodeEditorLand#readme",
"bugs": {
"url": "https://github.com/CodeEditorLand/CodeEditorLand/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/CodeEditorLand.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Nikola Hristov",
"email": "nikola@nikolahristov.tech",
"url": "https://nikolahristov.tech"
},
"publisher": "playform",
"type": "module",
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"devDependencies": {
"gulp": "4.0.2",
"shelljs": "0.8.5",
"typescript-esbuild": "0.3.3"
},
"publishConfig": {
"access": "public"
}
"name": "vscode-docs",
"version": "0.0.1",
"private": "false",
"homepage": "https://github.com/CodeEditorLand/CodeEditorLand#readme",
"bugs": {
"url": "https://github.com/CodeEditorLand/CodeEditorLand/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/CodeEditorLand.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Nikola Hristov",
"email": "nikola@nikolahristov.tech",
"url": "https://nikolahristov.tech"
},
"publisher": "playform",
"type": "module",
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"devDependencies": {
"gulp": "4.0.2",
"shelljs": "0.8.5",
"typescript-esbuild": "0.3.3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit e0c146e

Please sign in to comment.