mirror of
https://github.com/yudai/gotty.git
synced 2026-01-26 11:16:11 +01:00
Add license-loader
Since xterm and hterm do not have proper comments for their license, add license-loader to keep their license information in the minimized bundle file.
This commit is contained in:
parent
46a8b006f0
commit
7355d67a64
5 changed files with 76 additions and 5 deletions
6
js/package-lock.json
generated
6
js/package-lock.json
generated
|
|
@ -1093,6 +1093,12 @@
|
|||
"libapps": {
|
||||
"version": "github:yudai/libapps#424e3e95e5346ef0c0c281aaf2ef73463a55b39e"
|
||||
},
|
||||
"license-loader": {
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/license-loader/-/license-loader-0.5.0.tgz",
|
||||
"integrity": "sha512-4p+estbTHilHxOXv/wh8qHndksfINzBT6HGvgIU4sfwWu28kCByHGV57K/HVgSujoFFv2wCITghGbK/qRiRbUQ==",
|
||||
"dev": true
|
||||
},
|
||||
"load-json-file": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue