Update package.json

This commit is contained in:
yswnldy 2022-10-26 16:12:37 +08:00 committed by GitHub
parent 898b61453a
commit 2caaef2d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
"dist/"
],
"main": "./dist/uni-socket.io.js",
"types": "./types/index.d.ts",
"scripts": {
"prepublishOnly": "rm -rf ./dist && npm run build",
"build-dev": "webpack --config webpack.config.dev.js --watch",
@ -48,4 +49,4 @@
},
"homepage": "https://github.com/AspenLuoQiang/hyoga-uni-socket.io",
"license": "MIT"
}
}