Skip to content

Commit

Permalink
Merge pull request #88 from Augmint/comp_upgrades
Browse files Browse the repository at this point in the history
upgrade to truffle v4.1.8 & coveralls 3.0.1 (post review)
  • Loading branch information
Peter Petrovics authored May 4, 2018
2 parents 04a7819 + 1e9eefe commit 788ac41
Show file tree
Hide file tree
Showing 2 changed files with 649 additions and 78 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"homepage": ".",
"private": true,
"scripts": {
"start": "./runganache.sh & $(yarn bin)/truffle migrate --reset && echo 'Migration done. Contracts deployed to ganache. Contract artifacts are in build/contracts folder.' & wait",
"start":
"./runganache.sh & $(yarn bin)/truffle migrate --reset && echo 'Migration done. Contracts deployed to ganache. Contract artifacts are in build/contracts folder.' & wait",
"build": "truffle compile",
"clean": "rm build/contracts/*",
"test": "truffle test",
Expand All @@ -19,17 +20,15 @@
"abiniser": "0.3.0",
"babel-register": "6.26.0",
"bignumber.js": "5.0.0",
"coveralls": "3.0.0",
"coveralls": "3.0.1",
"ganache-cli": "6.1.0",
"moment": "2.22.1",
"random-seed": "0.3.0",
"solidity-coverage": "0.5.0",
"stringifier": "1.3.0",
"truffle": "4.1.7"
"truffle": "4.1.8"
},
"greenkeeper": {
"ignore": [
"bignumber.js"
]
"ignore": ["bignumber.js"]
}
}
Loading

0 comments on commit 788ac41

Please sign in to comment.