Skip to content

Commit 46c7f47

Browse files
committed
Merge pull request #205 from webrtc/fixBower
Fix bower version, main path and moduleType
2 parents b988a11 + a1b9e9f commit 46c7f47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "webrtc-adapter",
3-
"version": "0.3.0",
3+
"version": "1.0.2",
44
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
55
"license": "BSD-3-Clause",
6-
"main": "out/adapter.js",
6+
"main": "./src/js/adapter-core.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/webrtc/adapter.git"
@@ -12,7 +12,7 @@
1212
"The WebRTC project authors (https://www.webrtc.org/)"
1313
],
1414
"moduleType": [
15-
"globals"
15+
"node"
1616
],
1717
"ignore": [
1818
"test/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webrtc-adapter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
55
"license": "BSD-3-Clause",
66
"main": "./src/js/adapter_core.js",

0 commit comments

Comments
 (0)