@giteeteam/apps-cli
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -31,3 +31,3 @@ #!/usr/bin/env node | ||
var version = "0.1.2"; | ||
var version = "0.1.3"; | ||
@@ -186,3 +186,3 @@ const packageApp = async (outputDir, manifest, _copyFiles = []) => { | ||
const templateURL = 'https://github.com/moriahq/nebula-app-template.git'; | ||
const templateURL = 'https://github.com/moriahq/apps-template.git'; | ||
var TemplateType; | ||
@@ -189,0 +189,0 @@ (function (TemplateType) { |
{ | ||
"name": "@giteeteam/apps-cli", | ||
"version": "0.1.2", | ||
"description": "Apps cli", | ||
"version": "0.1.3", | ||
"description": "Giteeteam Apps cli", | ||
"keywords": [ | ||
@@ -19,8 +19,8 @@ "typescript", | ||
"bugs": { | ||
"url": "https://github.com/moriahq/nebula/issues" | ||
"url": "https://github.com/moriahq/giteeteam-apps/issues" | ||
}, | ||
"homepage": "https://github.com/moriahq/nebula/tree/master/packages/cli", | ||
"homepage": "https://github.com/moriahq/giteeteam-apps/tree/master/packages/cli", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/moriahq/nebula.git" | ||
"url": "git+https://github.com/moriahq/giteeteam-apps.git" | ||
}, | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
"dependencies": { | ||
"@giteeteam/apps-bundler": "^0.1.2", | ||
"@giteeteam/apps-bundler": "^0.1.3", | ||
"archiver": "^5.3.1", | ||
@@ -60,4 +60,3 @@ "chalk": "^4.1.2", | ||
"@types/uuid": "^8.3.4" | ||
}, | ||
"gitHead": "e8ff083e6503afb82f52d17d3fcfcb348bccb014" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
14131