Skip to content

Commit

Permalink
Merge pull request #205 from webrtc/fixBower
Browse files Browse the repository at this point in the history
Fix bower version, main path and moduleType
  • Loading branch information
KaptenJansson committed Feb 23, 2016
2 parents b988a11 + a1b9e9f commit 46c7f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "webrtc-adapter",
"version": "0.3.0",
"version": "1.0.2",
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
"license": "BSD-3-Clause",
"main": "out/adapter.js",
"main": "./src/js/adapter-core.js",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/adapter.git"
Expand All @@ -12,7 +12,7 @@
"The WebRTC project authors (https://www.webrtc.org/)"
],
"moduleType": [
"globals"
"node"
],
"ignore": [
"test/*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webrtc-adapter",
"version": "1.0.1",
"version": "1.0.2",
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
"license": "BSD-3-Clause",
"main": "./src/js/adapter_core.js",
Expand Down

0 comments on commit 46c7f47

Please sign in to comment.