package.json: fix repository url

This commit is contained in:
Alice Gaudon 2020-09-03 08:29:37 +02:00
parent 54faa5c873
commit 52929e5be0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "example-app",
"version": "0.1.0",
"description": "Example App based on wms-core",
"repository": "git@gitlab.com:ArisuOngaku/wms-boilerplate.git",
"repository": "https://gitlab.com/ArisuOngaku/wms-boilerplate",
"author": "Alice Gaudon <alice@gaudon.pro>",
"private": true,
"main": "dist/main.js",