Skip to content

Commit 62a431d

Browse files
committed
v3.1.0: Fix Heroku running webpack build command when WebPack has been uninstalled
1 parent 820566c commit 62a431d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "webrtc-ip",
3-
"version": "2.0.0",
3+
"version": "3.0.1",
44
"description": "💻 Simplified IP client using WebRTC.",
55
"main": "src/index.js",
66
"scripts": {
7-
"start": "node app.js",
8-
"build": "webpack"
7+
"start": "node app.js"
98
},
109
"repository": {
1110
"type": "git",
@@ -29,4 +28,4 @@
2928
"express": "^4.17.1",
3029
"path": "^0.12.7"
3130
}
32-
}
31+
}

0 commit comments

Comments
 (0)