From 537c8bad100531a0dbb1c272e76a8390798f1168 Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Sun, 22 Jan 2017 22:28:46 -0800 Subject: [PATCH] Bundle top-level JSON with npm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1029d59d..d98059da 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "license": "MIT", "files": [ "*.js", + "*.json", "dist/*.css", "dist/**/*.css", "dist/*.js",