mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
Meteor fixes
This commit is contained in:
parent
cbba2f5728
commit
5d57850074
@ -6,6 +6,7 @@ Package.describe({
|
|||||||
documentation: 'readme.md'
|
documentation: 'readme.md'
|
||||||
});
|
});
|
||||||
|
|
||||||
Package.on_use(function (api) {
|
Package.onUse(function (api) {
|
||||||
api.addFiles("src/ua-parser.js");
|
api.addFiles("src/ua-parser.js");
|
||||||
|
api.export("UAParser");
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user