From 947b1ae124cc987848262b6513242c83348a733d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Brok=C3=A6r?= Date: Thu, 13 Nov 2014 16:29:21 +0100 Subject: [PATCH] Add main property to 'package.json' --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a3d974d..35cd367 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "type": "git", "url": "git://github.com/necolas/normalize.css.git" }, + "main": "normalize.css", "author": "Nicolas Gallagher", "license": "MIT" }