Skip to content

Commit c75e9b8

Browse files
authored
bump version alpha.58 (#568)
1 parent 6132bfe commit c75e9b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: trusty
33
language: node_js
44

55
node_js:
6-
- "8.11.4"
6+
- "10.14.1"
77

88
before_install:
99
- sudo apt-get update -qq
@@ -14,7 +14,7 @@ before_install:
1414
- sudo apt-get install geth -y -qq
1515

1616
install:
17-
- npm i
17+
- npm ci
1818
- rm -rf build/ # remove any remaining artifacts from a previous build
1919
- truffle version
2020

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daostack/arc",
3-
"version": "0.0.0-alpha.57",
3+
"version": "0.0.0-alpha.58",
44
"description": "A platform for building DAOs",
55
"files": [
66
"contracts/",
@@ -72,7 +72,7 @@
7272
"arc"
7373
],
7474
"engines": {
75-
"node": ">=8.11.4"
75+
"node": ">=10.14.1"
7676
},
7777
"author": "DAOstack (https://www.daostack.io)",
7878
"license": "GPL-3.0",

0 commit comments

Comments
 (0)