Skip to content

Commit

Permalink
Fix package version
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Nov 24, 2021
1 parent b59f3e8 commit 966dd21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "1.0.0-beta.11",
"private": true,
"license": "MIT",
"repository": {"url": "https://github.com/m0ngr31/DailyNotes"},
"repository": {
"url": "https://github.com/m0ngr31/DailyNotes"
},
"readme": "https://github.com/m0ngr31/DailyNotes/blob/master/README.md",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -58,4 +60,4 @@
"git add"
]
}
}
}

0 comments on commit 966dd21

Please sign in to comment.