Update package.json info.
This commit is contained in:
parent
d1811c1da9
commit
5a10c49a3e
10
package.json
10
package.json
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "migration-helper",
|
"name": "@holllo/migration-helper",
|
||||||
"description": "A tiny helper library for migrating data.",
|
"description": "Tiny helper library for migrating data.",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"version": "0.1.2",
|
"version": "0.1.2",
|
||||||
"author": "Holllo <helllo@holllo.cc>",
|
"author": "Holllo <helllo@holllo.org>",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Holllo/migration-helper"
|
"url": "https://git.bauke.xyz/Holllo/migration-helper"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|
Loading…
Reference in New Issue