added bugs section

This commit is contained in:
Daniel Huebleitner
2019-10-28 20:50:52 +01:00
parent 818058f3c7
commit 81bbf9a4eb
+5 -1
View File
@@ -1,12 +1,16 @@
{
"name": "rpclibrary",
"version": "1.3.0",
"version": "1.3.1",
"description": "rpclibrary is a websocket on steroids!",
"main": "./js/Index.js",
"repository": {
"type": "git",
"url": "https://gitea.frontblock.me/fw-vendor/rpclibrary"
},
"bugs": {
"url": "https://www.versioncontrol.me/frontwork-vendor/rpclibrary/issues",
"email": "frontwork.me@gmail.com"
},
"scripts": {
"tsc": "tsc",
"webpack": "webpack --config ./src/webpack.js",