Browse Source

added bugs section

master
Daniel Huebleitner 4 years ago
parent
commit
81bbf9a4eb
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      package.json

+ 5
- 1
package.json View File

@@ -1,12 +1,16 @@
1 1
 {
2 2
   "name": "rpclibrary",
3
-  "version": "1.3.0",
3
+  "version": "1.3.1",
4 4
   "description": "rpclibrary is a websocket on steroids!",
5 5
   "main": "./js/Index.js",
6 6
   "repository": {
7 7
     "type": "git",
8 8
     "url": "https://gitea.frontblock.me/fw-vendor/rpclibrary"
9 9
   },
10
+  "bugs": {
11
+    "url": "https://www.versioncontrol.me/frontwork-vendor/rpclibrary/issues",
12
+    "email": "frontwork.me@gmail.com"
13
+  },
10 14
   "scripts": {
11 15
     "tsc": "tsc",
12 16
     "webpack": "webpack --config ./src/webpack.js",

Loading…
Cancel
Save