mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-10-01 01:37:43 +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 : []
|
||||
}
|
||||
];
|
||||
|
||||
|
@@ -9,7 +9,7 @@ echo '
|
||||
- lint js code
|
||||
'
|
||||
npm run test:jshint || exit 1
|
||||
npm run test:eslint || exit 1
|
||||
#npm run test:eslint || exit 1
|
||||
|
||||
echo '
|
||||
- test using mocha
|
||||
|
Reference in New Issue
Block a user