|
|
@@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "webextension-rpc", |
|
|
|
"version": "0.2.0", |
|
|
|
"version": "0.3.0", |
|
|
|
"description": "Remote Procedure Call implementation for WebExtensions, to easily call functions across content scripts and background script.", |
|
|
|
"main": "./lib/index.js", |
|
|
|
"types": "./lib/index.d.ts", |
|
|
@@ -18,7 +18,9 @@ |
|
|
|
"types": "./lib/RpcServer.d.ts" |
|
|
|
} |
|
|
|
}, |
|
|
|
"files": ["lib"], |
|
|
|
"files": [ |
|
|
|
"lib" |
|
|
|
], |
|
|
|
"scripts": { |
|
|
|
"prepare": "tsc", |
|
|
|
"test": "ava" |
|
|
|