Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Apr 30, 2024
1 parent bcf6c34 commit 8605866
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-anon",
"version": "0.4.0",
"version": "1.0.0",
"description": "Track personal commit statistics without sharing company code",
"author": "3urobeat",
"license": "GPL-3.0",
Expand All @@ -15,10 +15,10 @@
"start": "node .output/server/index.mjs",
"bs": "npm run build && npm run start",
"update": "git pull && npm i && npm run build",
"docker-build": "docker build -t 3urobeat/git-anon:latest -t 3urobeat/git-anon:0.4.0 .",
"docker-build": "docker build -t 3urobeat/git-anon:latest -t 3urobeat/git-anon:1.0.0 .",
"docker-start": "docker run -p 3000:3000 -v ~/git-anon-data:/usr/src/git-anon/data git-anon",
"docker-bs": "npm run docker-build && npm run docker-start",
"docker-push": "docker image push 3urobeat/git-anon:latest && docker image push 3urobeat/git-anon:0.4.0"
"docker-push": "docker image push 3urobeat/git-anon:latest && docker image push 3urobeat/git-anon:1.0.0"
},
"keywords": [
"git",
Expand Down

0 comments on commit 8605866

Please sign in to comment.