From 1a55367fc944d0056f75ae6b0722f0131f0ee5ef Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Sun, 22 Jan 2017 22:26:40 -0800 Subject: [PATCH 1/2] Bundle top-level JS with npm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 67eb824dc9..1029d59d00 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "repository": "https://github.com/sourcelair/xterm.js", "license": "MIT", "files": [ + "*.js", "dist/*.css", "dist/**/*.css", "dist/*.js", From 537c8bad100531a0dbb1c272e76a8390798f1168 Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Sun, 22 Jan 2017 22:28:46 -0800 Subject: [PATCH 2/2] Bundle top-level JSON with npm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1029d59d00..d98059daa6 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "license": "MIT", "files": [ "*.js", + "*.json", "dist/*.css", "dist/**/*.css", "dist/*.js",