mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #337 from IanLewis/master
Add main property to bower.json
This commit is contained in:
+5
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user