|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "webextension-rpc", |
|
|
"name": "webextension-rpc", |
|
|
"version": "0.1.0", |
|
|
|
|
|
|
|
|
"version": "0.2.0", |
|
|
"description": "Remote Procedure Call implementation for WebExtensions, to easily call functions across content scripts and background script.", |
|
|
"description": "Remote Procedure Call implementation for WebExtensions, to easily call functions across content scripts and background script.", |
|
|
"main": "./lib/index.js", |
|
|
"main": "./lib/index.js", |
|
|
"types": "./lib/index.d.ts", |
|
|
"types": "./lib/index.d.ts", |
|
|