From da60e82f89bc0b5d832e46edb0a25e5c629e1ddf Mon Sep 17 00:00:00 2001 From: Nathan Leung Date: Mon, 13 Jun 2016 15:11:44 -0400 Subject: [PATCH] add main field so it can be `require`d in webpack --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9d7f5b21..48341e1a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "type": "git", "url": "https://github.com/scottjehl/Respond.git" }, + "main": "dest/respond.src.js", "bugs": { "url": "https://github.com/scottjehl/Respond/issues" },