mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix(frontend): adjust package version
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
08f4e7b809
commit
0e8396e8ed
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "@hedgedoc/react-client",
|
||||
"version": "0.0.1",
|
||||
"version": "2.0.0-dev",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production next build",
|
||||
|
|
Loading…
Reference in a new issue