Merge branch 'tokenxfr' into 'master'
Implement transfer() method for token See merge request caelum-tech/caelum-identity!15
Showing
{ | ||
"name": "@caelum-tech/identity", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Caelum Identity library", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "truffle build", | ||
"coverage": "npm run start; npm run stop; npx solidity-coverage", | ||
"coverage": "npx solidity-coverage", | ||
"eslint": "npx eslint .", | ||
"lint": "npm run eslint; npm run solium", | ||
"npm:publish": "npm publish --access public", | ||
"solium": "solium --dir contracts", | ||
"start": "./node_modules/@caelum-tech/parity/scripts/startParity.sh", | ||
"stop": "./node_modules/@caelum-tech/parity/scripts/stopParity.sh", | ||
"test": "npm run start; truffle test; npm run stop" | ||
"test": "truffle test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -34,7 +32,6 @@ |
"keythereum": "^1.0.4" | ||
}, | ||
"devDependencies": { | ||
"@caelum-tech/parity": "^1.1.1", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-bignumber": "^3.0.0", | ||
... | ... |
test/helpers/expectThrow.js
0 → 100644
Please register or sign in to comment