Skip to content

Commit 1bc3727

Browse files
committed
Update to npm version of embark-contract-info
v0.1.0
1 parent 340d870 commit 1bc3727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crytic_compile/platform/embark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def compile(crytic_compile, target, **kwargs):
2828
write_embark_json = True
2929
if write_embark_json:
3030
process = subprocess.Popen(
31-
['npm', 'install', 'git://github.com/crytic/embark-contract-info#dev-improve-output'])
31+
['npm', 'install', plugin_name])
3232
_, stderr = process.communicate()
3333
with open('embark.json', 'w') as outfile:
3434
json.dump(embark_json, outfile, indent=2)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description='Util to facilitate smart contracts compilation.',
66
url='https://github.com/crytic/crytic-compile',
77
author='Trail of Bits',
8-
version='0.0.1',
8+
version='0.1.0',
99
packages=find_packages(),
1010
python_requires='>=3.6',
1111
install_requires=['pysha3>=1.0.2'],

0 commit comments

Comments
 (0)