Skip to content

Commit 1b50f53

Browse files
authored
Merge pull request #320 from AugustoL/master
Version 0.1.0
2 parents 3be0c7c + b942f4a commit 1b50f53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.solcover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module.exports = {
22
port: 8555,
33
norpc: true,
44
copyNodeModules: true,
5-
skipFiles: ['test-helpers/Message.sol']
5+
skipFiles: ['test-helpers/Message.sol', 'deploy/TGEDeployer.sol']
66
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ npm install
2323

2424
- [LifToken](contracts/LifToken.sol): ERC827 token for the Winding Tree platform.
2525
Uses OpenZeppelin ERC827Token, StandardToken, BurnableToken, MintableToken and PausableToken contracts.
26-
- [LifChannels](contracts/LifChannels.sol): Implementation of simple state channels for Lif token holders.
27-
- [LifCrowdsale](contracts/LifCrowdsale.sol): Implementation of the Lif Token Generation Event (TGE)
26+
- [LifChannels](blob/master/contracts/LifChannels.sol): Implementation of simple state channels for Lif token holders.
27+
- [LifCrowdsale](blob/master/contracts/LifCrowdsale.sol): Implementation of the Lif Token Generation Event (TGE)
2828
Crowdsale: A 2 week fixed price, uncapped token sale, with a discounted rate for contributions during the private
2929
presale and a Market Validation Mechanism that will receive the funds over the USD 10M soft cap.
3030
- [LifMarketValidationMechanism](contracts/LifMarketValidationMechanism.sol) (MVM): holds the ETH received during

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lif-token",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Winding Tree Platform Token",
55
"main": "index.js",
66
"scripts": {
@@ -19,8 +19,8 @@
1919
"token",
2020
"crowdsale"
2121
],
22-
"author": "Augusto Lemble <me@augustolemble.com>",
23-
"license": "ISC",
22+
"author": "Augusto Lemble <augusto@windingtree.com>",
23+
"license": "GPL",
2424
"dependencies": {
2525
"abi-decoder": "^1.0.8",
2626
"ethereumjs-abi": "^0.6.4",

0 commit comments

Comments
 (0)