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",