Change main file name from 0x.js.ts to 0x.ts

This commit is contained in:
Leonid Logvinov
2017-06-12 11:33:35 +02:00
parent 5036553dc9
commit 672d5aae5d
10 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import * as Web3 from 'web3';
import * as BigNumber from 'bignumber.js';
import promisify = require('es6-promisify');
import {web3Factory} from './utils/web3_factory';
import {ZeroEx} from '../src/0x.js';
import {ZeroEx} from '../src/0x';
import {ZeroExError, Token} from '../src/types';
import {BlockchainLifecycle} from './utils/blockchain_lifecycle';