1.1.6
This commit is contained in:
+8
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user