Skip to content

Commit

Permalink
- Updated package.json
Browse files Browse the repository at this point in the history
- Test automated builds on Docker Hub
  • Loading branch information
baxy committed Nov 22, 2018
1 parent 762c38e commit 2912e25
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 88 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.4.9] - 2018-11-22
- Updated package.json
- Test automated builds on Docker Hub

## [2.4.8] - 2018-11-22
- Updated README file
- Updated issue template files
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 EthStats
Copyright (c) 2018 Alethio

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/client/protocol/Http.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Web3 from 'web3js-rpc';
import Web3 from 'web3-0.x-wrapper';
import parallel from 'async/parallel';
import Abstract from './Abstract.js';
import mapSeries from 'async/mapSeries';
Expand Down
163 changes: 82 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ethstats-cli",
"version": "2.4.8",
"version": "2.4.9",
"description": "EthStats CLI client",
"homepage": "https://github.com/EthStats/ethstats-cli",
"homepage": "https://github.com/alethio/ethstats-cli",
"author": {
"name": "Marian Oancea",
"email": "[email protected]",
Expand All @@ -26,9 +26,13 @@
"ethstats-daemon": "./bin/ethstats-daemon.js"
},
"keywords": [
"alethio",
"ethstats",
"blockchain",
"explorer",
"netstats",
"network",
"statistics",
"ethereum",
"dashboard",
"web3"
Expand All @@ -46,7 +50,7 @@
"inquirer": "6.2.0",
"meow": "5.0.0",
"update-notifier": "2.5.0",
"web3js-rpc": "1.0.2",
"web3-0.x-wrapper": "1.0.0",
"web3": "1.0.0-beta.36",
"sprintf-js": "1.1.1",
"node-cleanup": "2.1.2",
Expand Down Expand Up @@ -80,8 +84,8 @@
"prepare": "gulp prepare"
},
"license": "MIT",
"repository": "[email protected]:EthStats/ethstats-cli.git",
"repository": "[email protected]:alethio/ethstats-cli.git",
"bugs": {
"url": "https://github.com/EthStats/ethstats-cli/issues"
"url": "https://github.com/alethio/ethstats-cli/issues"
}
}

0 comments on commit 2912e25

Please sign in to comment.