Add pragma above command-line script

This commit is contained in:
Fabio Berger
2018-03-15 19:22:57 +01:00
parent 4a27a7dc58
commit 4b7f0bd374

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env node
// We need the above pragma since this script will be run as a command-line tool.
import { BigNumber } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as _ from 'lodash';