Browse Source

cleanup metadata

master
peter 4 years ago
parent
commit
7ccb6dd351
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      package.json

+ 6
- 6
package.json View File

@@ -1,17 +1,17 @@
1 1
 {
2 2
   "name": "rpclibrary",
3
-  "version": "1.4.5",
3
+  "version": "1.4.6",
4 4
   "description": "rpclibrary is a websocket on steroids!",
5 5
   "main": "./js/Index.js",
6 6
   "repository": {
7 7
     "type": "git",
8
-    "url": "https://www.versioncontrol.me/frontwork-vendor/rpclibrary.git"
8
+    "url": "https://gitea.nitowa.xyz/npm-packages/rpclibrary.git"
9 9
   },
10 10
   "bugs": {
11
-    "url": "https://www.versioncontrol.me/frontwork-vendor/rpclibrary/issues",
12
-    "email": "frontwork.me@gmail.com"
11
+    "url": "https://gitea.nitowa.xyz/npm-packages/rpclibrary/issues",
12
+    "email": "peter.millauer@gmail.com"
13 13
   },
14
-  "homepage": "https://www.versioncontrol.me/frontwork-documentation/rpclibrary",
14
+  "homepage": "https://gitea.nitowa.xyz/docs/rpclibrary",
15 15
   "keywords": [
16 16
     "rpc",
17 17
     "rpclib",
@@ -22,7 +22,7 @@
22 22
     "call",
23 23
     "library"
24 24
   ],
25
-  "author": "frontwork.me <frontwork.me@gmail.com>",
25
+  "author": "Peter Millauer <peter.millauer@gmail.com>",
26 26
   "scripts": {
27 27
     "tsc": "tsc",
28 28
     "webpack": "webpack --config ./src/webpack.js",

Loading…
Cancel
Save