mirror of https://github.com/status-im/web3.js.git
upgraded version to 0.1.0
This commit is contained in:
parent
7a44f76132
commit
9926e27a84
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ethereum.js",
|
||||
"namespace": "ethereum",
|
||||
"version": "0.0.16",
|
||||
"version": "0.1.0",
|
||||
"description": "Ethereum Compatible JavaScript API",
|
||||
"main": [
|
||||
"./dist/ethereum.js",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* jshint ignore:start */
|
||||
Package.describe({
|
||||
name: 'ethereum:js',
|
||||
version: '0.0.16-rc1',
|
||||
version: '0.1.0',
|
||||
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC',
|
||||
git: 'https://github.com/ethereum/ethereum.js',
|
||||
// By default, Meteor will default to using README.md for documentation.
|
||||
|
@ -26,4 +26,4 @@ Package.onUse(function(api) {
|
|||
// api.use('test');
|
||||
// api.addFiles('test-tests.js');
|
||||
// });
|
||||
/* jshint ignore:end */
|
||||
/* jshint ignore:end */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ethereum.js",
|
||||
"namespace": "ethereum",
|
||||
"version": "0.0.16",
|
||||
"version": "0.1.0",
|
||||
"description": "Ethereum JavaScript API, middleware to talk to a ethreum node over RPC",
|
||||
"main": "./index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in New Issue