cleanup metadata

This commit is contained in:
2019-12-04 17:37:26 +01:00
parent 059a4eb3c6
commit 7ccb6dd351
+6 -6
View File
@@ -1,17 +1,17 @@
{
"name": "rpclibrary",
"version": "1.4.5",
"version": "1.4.6",
"description": "rpclibrary is a websocket on steroids!",
"main": "./js/Index.js",
"repository": {
"type": "git",
"url": "https://www.versioncontrol.me/frontwork-vendor/rpclibrary.git"
"url": "https://gitea.nitowa.xyz/npm-packages/rpclibrary.git"
},
"bugs": {
"url": "https://www.versioncontrol.me/frontwork-vendor/rpclibrary/issues",
"email": "frontwork.me@gmail.com"
"url": "https://gitea.nitowa.xyz/npm-packages/rpclibrary/issues",
"email": "peter.millauer@gmail.com"
},
"homepage": "https://www.versioncontrol.me/frontwork-documentation/rpclibrary",
"homepage": "https://gitea.nitowa.xyz/docs/rpclibrary",
"keywords": [
"rpc",
"rpclib",
@@ -22,7 +22,7 @@
"call",
"library"
],
"author": "frontwork.me <frontwork.me@gmail.com>",
"author": "Peter Millauer <peter.millauer@gmail.com>",
"scripts": {
"tsc": "tsc",
"webpack": "webpack --config ./src/webpack.js",