fix: package version

This commit is contained in:
lowlighter
2022-08-28 12:35:05 -04:00
parent 7a53a2da55
commit 2cb88cba28
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "metrics",
"version": "3.28.0",
"version": "3.28.0-beta",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "metrics",
"version": "3.28.0",
"version": "3.28.0-beta",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "metrics",
"version": "3.28.0",
"version": "3.28.0-beta",
"description": "An infographics generator with 40+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!",
"main": "index.mjs",
"scripts": {