Browse Source
Fix versioning in package.json
Fix versioning in package.json to align to its move upstream.
pull/693/head
Philip H.
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
package-lock.json
-
package.json
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "wg-easy", |
|
|
|
"version": "1.0.3", |
|
|
|
"version": "1.0.1", |
|
|
|
"lockfileVersion": 3, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
{ |
|
|
|
"version": "1.0.3", |
|
|
|
"version": "1.0.1", |
|
|
|
"scripts": { |
|
|
|
"build": "DOCKER_BUILDKIT=1 docker build --tag wg-easy .", |
|
|
|
"serve": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up", |
|
|
|