Remove tests from npm package. Oops

This commit is contained in:
nitowa
2023-01-10 07:06:11 +01:00
parent cbe7f6eb1a
commit 217bb4a549
+9 -6
View File
@@ -1,6 +1,6 @@
{ {
"name": "rpclibrary", "name": "rpclibrary",
"version": "2.5.0", "version": "2.5.1",
"description": "rpclibrary is a websocket RPC library", "description": "rpclibrary is a websocket RPC library",
"main": "./js/Index.js", "main": "./js/Index.js",
"repository": { "repository": {
@@ -49,14 +49,14 @@
"typescript": "^4.6.3", "typescript": "^4.6.3",
"webpack": "^5.71.0", "webpack": "^5.71.0",
"webpack-cli": "^3.3.9", "webpack-cli": "^3.3.9",
"why-is-node-running": "^2.1.2" "why-is-node-running": "^2.1.2",
},
"dependencies": {
"@types/chai": "^4.2.21", "@types/chai": "^4.2.21",
"@types/socket.io": "^3.0.2", "@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0", "@types/socket.io-client": "^3.0.0",
"chai": "^4.3.4", "chai": "^4.3.4",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1"
},
"dependencies": {
"http": "0.0.0", "http": "0.0.0",
"socket.io": "^4.5.4", "socket.io": "^4.5.4",
"socket.io-client": "^4.5.4", "socket.io-client": "^4.5.4",
@@ -64,6 +64,9 @@
"uuid": "^3.3.3" "uuid": "^3.3.3"
}, },
"files": [ "files": [
"js" "js/browser",
"js/src",
"js/Index.js",
"js/Index.d.ts"
] ]
} }