File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webrtc-adapter" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " A shim to insulate apps from WebRTC spec changes and browser prefix differences" ,
5
5
"license" : " BSD-3-Clause" ,
6
- "main" : " out/ adapter.js" ,
6
+ "main" : " ./src/js/ adapter-core .js" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " https://github.com/webrtc/adapter.git"
12
12
" The WebRTC project authors (https://www.webrtc.org/)"
13
13
],
14
14
"moduleType" : [
15
- " globals "
15
+ " node "
16
16
],
17
17
"ignore" : [
18
18
" test/*"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webrtc-adapter" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " A shim to insulate apps from WebRTC spec changes and browser prefix differences" ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"main" : " ./src/js/adapter_core.js" ,
You can’t perform that action at this time.
0 commit comments