Use semver-umd everywhere

This commit is contained in:
Sandeep Somavarapu
2019-07-18 15:29:41 +02:00
parent bd57ca7066
commit d685337db2
14 changed files with 229 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
'xterm': `${window.location.origin}/node_modules/xterm/lib/xterm.js`,
'xterm-addon-search': `${window.location.origin}/node_modules/xterm-addon-search/lib/xterm-addon-search.js`,
'xterm-addon-web-links': `${window.location.origin}/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js`,
'semver': `${window.location.origin}/node_modules/semver-umd/lib/semver-umd.js`,
'semver-umd': `${window.location.origin}/node_modules/semver-umd/lib/semver-umd.js`,
}
});