@filecoin-shipyard/lotus-client-provider-browser
Advanced tools
Comparing version 0.0.7 to 0.0.9
@@ -249,2 +249,2 @@ class BrowserProvider { | ||
export default BrowserProvider | ||
export { BrowserProvider } |
{ | ||
"name": "@filecoin-shipyard/lotus-client-provider-browser", | ||
"version": "0.0.7", | ||
"type": "module", | ||
"module": "index.js", | ||
"scripts": { | ||
"lint": "standard", | ||
"test": "npm run lint" | ||
}, | ||
"keywords": [], | ||
"version": "0.0.9", | ||
"author": "Jim Pick (@jimpick)", | ||
"license": "(Apache-2.0 AND MIT)", | ||
"devDependencies": { | ||
"standard": "^14.3.3" | ||
}, | ||
"standard": { | ||
@@ -30,3 +20,14 @@ "globals": [ | ||
"homepage": "https://github.com/filecoin-shipyard/lotus-client-provider-browser#readme", | ||
"description": "Lotus JS Client Web Browser Provider module" | ||
} | ||
"description": "Lotus JS Client Web Browser Provider module", | ||
"type": "module", | ||
"main": "index.cjs", | ||
"module": "index.js", | ||
"react-native": "index.js", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"require": "./index.cjs", | ||
"import": "./index.js" | ||
} | ||
} | ||
} |
17217
0
7
478
4