fix main entry point of package

This commit is contained in:
Daniel Huebleitner
2019-10-29 18:49:39 +01:00
parent c552d7bb8d
commit bc6580da0d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rpclibrary",
"version": "1.3.1",
"version": "1.3.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "rpclibrary",
"version": "1.3.8",
"description": "rpclibrary is a websocket on steroids!",
"main": "./js/Index.js",
"main": "./js/src/RPCLibrary.js",
"repository": {
"type": "git",
"url": "https://www.versioncontrol.me/frontwork-vendor/rpclibrary"
@@ -22,6 +22,7 @@
"call",
"library"
],
"author": "frontwork.me <frontwork.me@gmail.com>",
"scripts": {
"tsc": "tsc",
"webpack": "webpack --config ./src/webpack.js",
@@ -32,7 +33,6 @@
"test": "mocha js/test/Test.js",
"docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
},
"author": "frontwork.me <frontwork.me@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/expect": "^1.20.4",