From 28b7b85fb2478aa86d2ce0777156b3c52130ebee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20=C5=81aniewski?= Date: Mon, 16 Apr 2018 00:41:09 +0200 Subject: [PATCH] Change "main" field in package.json Makes it compatible with Browserify --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 22984486..df6c9b7d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "tota11y", "version": "0.1.6", "description": "An accessibility visualization toolkit", + "main": "build/tota11y.min.js", "repository": { "type": "git", "url": "https://github.com/Khan/tota11y.git"