From 99b5464392d0530388f5682d81e52e0623f42920 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 3 Nov 2016 17:56:58 +0530 Subject: [PATCH] Add main property to bower.json This patch adds the main property to the project's bower.json for better interoperability with tools like wiredep etc. --- bower.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 28ac2c4a..029c935e 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,9 @@ { "name": "xterm.js", "version": "2.0.1", - "ignore": ["demo", "test", ".gitignore"] + "ignore": ["demo", "test", ".gitignore"], + "main": [ + "dist/xterm.js", + "dist/xterm.css" + ] }