From f904a37d38637d09e4d94a570351cfeec48c81ed Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Sun, 6 Jul 2014 12:08:00 +0300 Subject: [PATCH] Add "main" field to package.json So that it can be `require()`d without specifying the full path. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 185cedf..8d85666 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "name": "Dan Heberden", "url": "http://danheberden.com/" }, + "main": "src/serializeForm.js", "homepage": "http://danheberden.com/", "scripts": { "test": "grunt qunit"