Skip to content

Commit

Permalink
feat: update nodeJS to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Oct 25, 2018
1 parent a3f28a9 commit f0d4edc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v9.11
v10.12
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#§ 'FROM node:' + data.config.npm.node.version + '-slim'
FROM node:9.11-slim
FROM node:10.12-slim

LABEL maintainer="Jędrzej Lewandowski <[email protected]>"

Expand All @@ -20,7 +20,7 @@ CMD ["wise daemon"]

##§ '\n' + data.config.docker.generateDockerfileFrontMatter(data) + '\n' §##
LABEL maintainer="The Wise Team (https://wise-team.io/) <[email protected]>"
LABEL vote.wise.wise-version="1.2.2"
LABEL vote.wise.wise-version="2.2.2"
LABEL vote.wise.license="MIT"
LABEL vote.wise.repository="steem-wise-cli"
##§ §.##
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Steem WISE (cli tool)

<!--§ data.config.repository.readme.generateDefaultBadges(data) §-->
[![npm](https://img.shields.io/npm/v/steem-wise-cli.svg?style=flat-square)](https://www.npmjs.com/package/steem-wise-cli) [![License](https://img.shields.io/github/license/wise-team/steem-wise-cli.svg?style=flat-square)](https://github.com/wise-team/steem-wise-cli/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Chat](https://img.shields.io/badge/chat%20on%20discord-6b11ff.svg?style=flat-square)](https://discordapp.com/invite/CwxQDbG) [![Wise operations count](https://img.shields.io/badge/dynamic/json.svg?label=wise%20operations%20count&url=https%3A%2F%2Fsql.wise.vote%3A%2Foperations%3Fselect%3Dcount&query=%24%5B0%5D.count&colorB=blue&style=flat-square)](https://sql.wise.vote/operations?select=moment,delegator,voter,operation_type&order=moment.desc)
[![npm](https://img.shields.io/npm/v/steem-wise-cli.svg?style=flat-square)](https://www.npmjs.com/package/steem-wise-cli) [![License](https://img.shields.io/github/license/wise-team/steem-wise-cli.svg?style=flat-square)](https://github.com/wise-team/steem-wise-cli/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Chat](https://img.shields.io/badge/chat%20on%20discord-6b11ff.svg?style=flat-square)](https://discordapp.com/invite/CwxQDbG) [![Wise operations count](https://img.shields.io/badge/dynamic/json.svg?label=wise%20operations%20count&url=https%3A%2F%2Fsql.wise.vote%2Foperations%3Fselect%3Dcount&query=%24%5B0%5D.count&colorB=blue&style=flat-square)](https://sql.wise.vote/operations?select=moment,delegator,voter,operation_type&order=moment.desc)
<!--§§.-->

Vote delegation system for STEEM blockchain: cli tool.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "steem-wise-cli",
"version": "1.2.2",
"version": "2.2.2",
"description": "Vote delegation system for STEEM blockchain: cli tool for delegators",
"main": "dist/app.js",
"bin": {
"wise": "./dist/app.js"
},
"engines": {
"node": ">=9.11"
"node": ">=10.12"
},
"dependencies": {
"bluebird": "^3.5.2",
"commander": "^2.18.0",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"prompt": "^1.0.0",
"steem-wise-core": "^1.2.1",
"winston": "^3.1.0"
"steem-wise-core": "^2.2.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
Expand Down Expand Up @@ -68,4 +67,4 @@
"bugs": {
"url": "https://github.com/wise-team/steem-wise-cli/issues"
}
}
}

0 comments on commit f0d4edc

Please sign in to comment.