Skip to content

Commit 94fba62

Browse files
committed
Fix import
1 parent 9387971 commit 94fba62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "set-protocol-utils",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Common utilities for Set Protocol",
55
"main": "dist/index.js",
66
"scripts": {

src/zeroEx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as Web3 from 'web3';
33
import { SignatureType, Order } from '@0xproject/types';
44
import { BigNumber } from '@0xproject/utils';
55
import { orderHashUtils } from '@0xproject/order-utils';
6-
import { assetDataUtils, generatePseudoRandomSalt } from '@0xProject/order-utils';
6+
import { assetDataUtils, generatePseudoRandomSalt } from '@0xproject/order-utils';
77

88
import { constants } from './constants';
99
import { Address, Bytes } from './types';

0 commit comments

Comments
 (0)