diff --git a/package.json b/package.json index a9bcc38..02915ec 100644 --- a/package.json +++ b/package.json @@ -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",