mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-22 11:08:33 +00:00
upgraded version to 0.1.1
This commit is contained in:
parent
d2dbc2d5d6
commit
26f268f50b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ethereum.js",
|
||||
"namespace": "ethereum",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Ethereum Compatible JavaScript API",
|
||||
"main": [
|
||||
"./dist/ethereum.js",
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* jshint ignore:start */
|
||||
Package.describe({
|
||||
name: 'ethereum:js',
|
||||
version: '0.1.0',
|
||||
version: '0.1.1',
|
||||
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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ethereum.js",
|
||||
"namespace": "ethereum",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Ethereum JavaScript API, middleware to talk to a ethreum node over RPC",
|
||||
"main": "./index.js",
|
||||
"directories": {
|
||||
@ -39,7 +39,7 @@
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch",
|
||||
"lint": "gulp lint",
|
||||
"lint": "jshint *.js lib",
|
||||
"test": "mocha",
|
||||
"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
|
||||
"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user