@statusfy/core
Advanced tools
Comparing version 0.1.1-alpha.0 to 0.1.1-alpha.1
@@ -70,2 +70,9 @@ const fs = require('fs') | ||
] | ||
}, | ||
{ | ||
type: 'list', | ||
name: 'packageManager', | ||
default: 'npm', | ||
message: 'Choose a package manager', | ||
choices: ['npm', 'yarn'] | ||
} | ||
@@ -177,4 +184,6 @@ ] | ||
logger.success(`A new version of Statusfy was successfully created at ${chalk.cyan(outDir)}`) | ||
logger.success(`A new project of Statusfy was successfully created at ${chalk.cyan(outDir)}`) | ||
logger.warn(`Remember to run ${chalk.cyan(`${answers.packageManager} install`)}`) | ||
}) | ||
} |
{ | ||
"name": "@statusfy/core", | ||
"version": "0.1.1-alpha.0", | ||
"version": "0.1.1-alpha.1", | ||
"description": "Core of Statusfy", | ||
@@ -41,4 +41,4 @@ "author": { | ||
"@nuxtjs/pwa": "^2.5.0", | ||
"@statusfy/common": "^0.1.1-alpha.0", | ||
"@statusfy/markdown": "^0.1.1-alpha.0", | ||
"@statusfy/common": "^0.1.1-alpha.1", | ||
"@statusfy/markdown": "^0.1.1-alpha.1", | ||
"body-parser": "^1.18.3", | ||
@@ -76,3 +76,3 @@ "browser-sync": "^2.26.0", | ||
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", | ||
"@statusfy/test-utils": "^0.1.1-alpha.0", | ||
"@statusfy/test-utils": "^0.1.1-alpha.1", | ||
"babel-core": "^7.0.0-0", | ||
@@ -92,3 +92,3 @@ "eslint-config-standard": "^12.0.0", | ||
}, | ||
"gitHead": "3f4a671476ec72ea1fa754a59714c361e6766b3d" | ||
"gitHead": "30176a96d4fb3cf559c74a007499f7970494da57" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
201178
3147