We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50c532 commit de8b9c7Copy full SHA for de8b9c7
package.json
@@ -4,7 +4,8 @@
4
"description": "A High-Order Component to connect React and Socket.io",
5
"main": "build/index.js",
6
"scripts": {
7
- "build": "babel lib --out-dir build"
+ "build": "babel lib --out-dir build",
8
+ "prepublish": "npm run build"
9
},
10
"repository": {
11
"type": "git",
0 commit comments