From 1a55367fc944d0056f75ae6b0722f0131f0ee5ef Mon Sep 17 00:00:00 2001 From: Vincent Woo Date: Sun, 22 Jan 2017 22:26:40 -0800 Subject: [PATCH] Bundle top-level JS with npm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 67eb824d..1029d59d 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",