feat: #8734, move tinycon to package.json

This commit is contained in:
Barış Soner Uşaklı
2020-10-09 12:01:51 -04:00
parent 45e8a4d588
commit 9c157de05d
4 changed files with 9 additions and 288 deletions

View File

@@ -37,7 +37,6 @@ JS.scripts = {
'public/src/require-config.js',
'public/vendor/bootbox/bootbox.js',
'public/vendor/bootbox/wrapper.js',
'public/vendor/tinycon/tinycon.js',
'public/vendor/xregexp/xregexp.js',
'public/vendor/xregexp/unicode/unicode-base.js',
'node_modules/benchpressjs/build/benchpress.js',
@@ -106,6 +105,7 @@ JS.scripts = {
ace: 'node_modules/ace-builds/src-min',
'clipboard.js': 'node_modules/clipboard/dist/clipboard.min.js',
'nprogress.js': 'node_modules/nprogress/nprogress.js',
'tinycon.js': 'node_modules/tinycon/tinycon.js',
},
};