|
@@ -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",
|