From ac0d9b23894f128e3655eeb07d93f76ca3d5de8b Mon Sep 17 00:00:00 2001 From: Kevin Kwok Date: Thu, 18 Aug 2016 20:45:12 -0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44aa023..f147a5a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-uncommon-transform", "version": "0.5.0", "description": "Transform CommonJS require() into ES2015 imports", - "main": "index.js", + "main": "dist/uncommon.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },