Browse Source

Remove tests from npm package. Oops

master
nitowa 1 year ago
parent
commit
217bb4a549
1 changed files with 9 additions and 6 deletions
  1. 9
    6
      package.json

+ 9
- 6
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "rpclibrary",
3
-  "version": "2.5.0",
3
+  "version": "2.5.1",
4 4
   "description": "rpclibrary is a websocket RPC library",
5 5
   "main": "./js/Index.js",
6 6
   "repository": {
@@ -49,14 +49,14 @@
49 49
     "typescript": "^4.6.3",
50 50
     "webpack": "^5.71.0",
51 51
     "webpack-cli": "^3.3.9",
52
-    "why-is-node-running": "^2.1.2"
53
-  },
54
-  "dependencies": {
52
+    "why-is-node-running": "^2.1.2",
55 53
     "@types/chai": "^4.2.21",
56 54
     "@types/socket.io": "^3.0.2",
57 55
     "@types/socket.io-client": "^3.0.0",
58 56
     "chai": "^4.3.4",
59
-    "chai-as-promised": "^7.1.1",
57
+    "chai-as-promised": "^7.1.1"
58
+  },
59
+  "dependencies": {
60 60
     "http": "0.0.0",
61 61
     "socket.io": "^4.5.4",
62 62
     "socket.io-client": "^4.5.4",
@@ -64,6 +64,9 @@
64 64
     "uuid": "^3.3.3"
65 65
   },
66 66
   "files": [
67
-    "js"
67
+    "js/browser",
68
+    "js/src",
69
+    "js/Index.js",
70
+    "js/Index.d.ts"
68 71
   ]
69 72
 }

Loading…
Cancel
Save