mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-20 09:06:42 +03:00
Remove sub-packages since they've been moved to their own dedicated repo
https://github.com/faisalman/ua-client-hints-js https://github.com/faisalman/gpu-detect-js https://github.com/faisalman/ua-is-frozen https://github.com/faisalman/re-parse-js
This commit is contained in:
@@ -46,24 +46,6 @@ const modules = [
|
||||
dest : 'src/extensions/ua-parser-extensions.mjs',
|
||||
title : 'ua-parser-js/extensions',
|
||||
replacements : []
|
||||
},
|
||||
{
|
||||
src : 'src/gpu-detect/gpu-detect.js',
|
||||
dest : 'src/gpu-detect/gpu-detect.mjs',
|
||||
title : '@ua-parser-js/gpu-detect',
|
||||
replacements : []
|
||||
},
|
||||
{
|
||||
src : 'src/user-agent-helpers/user-agent-helpers.js',
|
||||
dest : 'src/user-agent-helpers/user-agent-helpers.mjs',
|
||||
title : '@ua-parser-js/user-agent-helpers',
|
||||
replacements : []
|
||||
},
|
||||
{
|
||||
src : 'src/ua-client-hints/ua-client-hints.js',
|
||||
dest : 'src/ua-client-hints/ua-client-hints.mjs',
|
||||
title : '@ua-parser-js/ua-client-hints',
|
||||
replacements : []
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user