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 d0d3870 commit eeeb0e7Copy full SHA for eeeb0e7
package.json
@@ -2,10 +2,11 @@
2
"name": "rtc-quickconnect",
3
"version": "5.8.4",
4
"description": "Create a WebRTC connection in record time",
5
- "main": "index.js",
+ "main": "dist/quickconnect.js",
6
"scripts": {
7
"test": "browserify test/all.js | broth start | tap-spec",
8
- "gendocs": "gendocs > README.md"
+ "gendocs": "gendocs > README.md",
9
+ "prepublish": "grunt dist"
10
},
11
"repository": {
12
"type": "git",
@@ -40,6 +41,7 @@
40
41
"getusermedia": "^1.1.0",
42
"grunt": "^0.4.5",
43
"grunt-browserify": "^3.4.0",
44
+ "grunt-cli": "^1.2.0",
45
"grunt-contrib-uglify": "^0.9.1",
46
"grunt-contrib-watch": "^0.6.1",
47
"hosted-git-info": "2.5.0",
@@ -56,4 +58,4 @@
56
58
"uuid": "^2.0.1",
57
59
"whisk": "^1.0.0"
60
}
-}
61
+}
0 commit comments