Skip to content

Commit

Permalink
Changed version from -alpha to -alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziccardi committed Apr 3, 2020
1 parent 80eef2e commit e31db84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -11,7 +11,10 @@
"build/src"
],
"license": "Apache-2.0",
"keywords": ["aerogear", "unifiedpush" ],
"keywords": [
"aerogear",
"unifiedpush"
],
"scripts": {
"test": "jest",
"check": "gts check",
Expand Down

0 comments on commit e31db84

Please sign in to comment.