augur-core
Advanced tools
Comparing version 0.12.0-2 to 0.12.0-3
{ | ||
"name": "augur-core", | ||
"version": "0.12.0-2", | ||
"version": "0.12.0-3", | ||
"description": "Core augur contracts and deployment process", | ||
@@ -23,3 +23,3 @@ "author": "The Augur Developers <tam@augur.net>", | ||
"version": "git add source/libraries/ContractInterfaces.ts", | ||
"postversion": "cp package.json README.md output/", | ||
"postversion": "cp package.json README.md LICENSE output/", | ||
"release": "npm version prerelease && cd output && npm publish", | ||
@@ -26,0 +26,0 @@ "test:unit": "pytest -vv", |
1968188
49