Update package.json
This commit is contained in:
parent
898b61453a
commit
2caaef2d74
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue