mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-07-30 09:49:07 +00:00
update
This commit is contained in:
12
node_modules/ua-parser-js/package.js
generated
vendored
Normal file
12
node_modules/ua-parser-js/package.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
Package.describe({
|
||||
name: 'faisalman:ua-parser-js',
|
||||
version: '0.7.17',
|
||||
summary: 'Lightweight JavaScript-based user-agent string parser',
|
||||
git: 'https://github.com/faisalman/ua-parser-js.git',
|
||||
documentation: 'readme.md'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.addFiles("src/ua-parser.js");
|
||||
api.export("UAParser");
|
||||
});
|
Reference in New Issue
Block a user