This commit is contained in:
2019-09-22 21:06:00 +02:00
parent b04d925b11
commit ef8e42c97f
+8 -4
View File
@@ -1,8 +1,12 @@
{
"name": "rpclibrary",
"version": "1.1.5",
"description": "",
"version": "1.1.6",
"description": "rpclibrary is a websocket on steroids!",
"main": "./js/Index.js",
"repository": {
"type" : "git",
"url" : "https://gitea.frontblock.me/fw-vendor/rpclibrary"
},
"scripts": {
"tsc": "tsc",
"webpack": "webpack --config ./src/webpack.js",
@@ -13,8 +17,8 @@
"test": "mocha js/test/Test.js",
"docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
},
"author": "",
"license": "ISC",
"author": "frontwork.me",
"license": "MIT",
"devDependencies": {
"@types/expect": "^1.20.4",
"@types/express": "^4.17.0",