1
Fork 0

Update package.json info.

This commit is contained in:
Bauke 2022-09-29 14:39:27 +02:00
parent d1811c1da9
commit 5a10c49a3e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{
"name": "migration-helper",
"description": "A tiny helper library for migrating data.",
"license": "GPL-3.0-or-later",
"name": "@holllo/migration-helper",
"description": "Tiny helper library for migrating data.",
"license": "AGPL-3.0-or-later",
"version": "0.1.2",
"author": "Holllo <helllo@holllo.cc>",
"author": "Holllo <helllo@holllo.org>",
"repository": {
"type": "git",
"url": "https://github.com/Holllo/migration-helper"
"url": "https://git.bauke.xyz/Holllo/migration-helper"
},
"scripts": {
"build": "tsc",