From e31db847fd1333f237d050280ee9f7af670e7442 Mon Sep 17 00:00:00 2001 From: Massimiliano Ziccardi Date: Fri, 3 Apr 2020 18:31:01 +0200 Subject: [PATCH] Changed version from -alpha to -alpha.0 --- package-lock.json | 2 +- package.json | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a24c282..1e781d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "unifiedpush-cli", - "version": "0.0.1-alpha", + "version": "0.0.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ec1b27b..eae18ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "unifiedpush-cli", - "version": "0.0.1-alpha", + "name": "@aerogear/unifiedpush-cli", + "version": "0.0.1-alpha.0", "description": "UnifiedPush Server CLI client", "main": "build/src/index.js", "bin": { @@ -11,7 +11,10 @@ "build/src" ], "license": "Apache-2.0", - "keywords": ["aerogear", "unifiedpush" ], + "keywords": [ + "aerogear", + "unifiedpush" + ], "scripts": { "test": "jest", "check": "gts check",