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

@@ -1,6 +1,6 @@
import * as chai from 'chai';
import 'mocha';
import {ZeroEx} from '../src/0x.js';
import {ZeroEx} from '../src/0x';
import {assert} from '../src/utils/assert';
import {web3Factory} from './utils/web3_factory';