@parity/api
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -17,4 +17,8 @@ // Copyright 2015-2017 Parity Technologies (UK) Ltd. | ||
if (typeof module !== 'undefined' && typeof fetch === 'undefined') { | ||
global.fetch = require('node-fetch'); | ||
} | ||
const Api = require('./api'); | ||
module.exports = Api; |
{ | ||
"name": "@parity/api", | ||
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"main": "index.js", | ||
@@ -24,2 +24,5 @@ "author": "Parity Team <admin@parity.io>", | ||
], | ||
"engines": { | ||
"node": ">=6.4" | ||
}, | ||
"scripts": { | ||
@@ -26,0 +29,0 @@ "build": "echo \"WARN: npm run build skipped\"", |
491073
10856
2