Ver código fonte

cleanup metadata

master
peter 4 anos atrás
pai
commit
7ccb6dd351
1 arquivos alterados com 6 adições e 6 exclusões
  1. 6
    6
      package.json

+ 6
- 6
package.json Ver arquivo

1
 {
1
 {
2
   "name": "rpclibrary",
2
   "name": "rpclibrary",
3
-  "version": "1.4.5",
3
+  "version": "1.4.6",
4
   "description": "rpclibrary is a websocket on steroids!",
4
   "description": "rpclibrary is a websocket on steroids!",
5
   "main": "./js/Index.js",
5
   "main": "./js/Index.js",
6
   "repository": {
6
   "repository": {
7
     "type": "git",
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
   "bugs": {
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
   "keywords": [
15
   "keywords": [
16
     "rpc",
16
     "rpc",
17
     "rpclib",
17
     "rpclib",
22
     "call",
22
     "call",
23
     "library"
23
     "library"
24
   ],
24
   ],
25
-  "author": "frontwork.me <frontwork.me@gmail.com>",
25
+  "author": "Peter Millauer <peter.millauer@gmail.com>",
26
   "scripts": {
26
   "scripts": {
27
     "tsc": "tsc",
27
     "tsc": "tsc",
28
     "webpack": "webpack --config ./src/webpack.js",
28
     "webpack": "webpack --config ./src/webpack.js",

Carregando…
Cancelar
Salvar