From 365548e1269cc854275a09b6235d2d096b05ee20 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 12 Jun 2017 18:20:43 +0200 Subject: Introduce index.ts file which defines public interface --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6406621e5..be86af900 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "tokens", "exchange" ], - "main": "lib/src/0x.js", - "types": "lib/src/0x.d.ts", + "main": "lib/src/index.js", + "types": "lib/src/index.d.ts", "scripts": { "prebuild": "npm run clean", "build": "run-p build:*:prod", -- cgit v1.2.3