From 9297f84d2b5ed484aea63e9865b78c7e981c5d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Thu, 25 Aug 2016 10:47:44 +0200 Subject: [PATCH] Fix default package version added by global CLI According to the official SemVer FAQ, versioning should start at 0.1.0 (http://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase) --- global-cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-cli/index.js b/global-cli/index.js index e8dc5a7184a..9a298b83a61 100644 --- a/global-cli/index.js +++ b/global-cli/index.js @@ -84,7 +84,7 @@ function createApp(name, verbose, version) { var packageJson = { name: appName, - version: '0.0.1', + version: '0.1.0', private: true, }; fs.writeFileSync(