diff options
Diffstat (limited to 'node_modules/ua-parser-js/package.js')
-rw-r--r-- | node_modules/ua-parser-js/package.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/ua-parser-js/package.js b/node_modules/ua-parser-js/package.js deleted file mode 100644 index 988232b94..000000000 --- a/node_modules/ua-parser-js/package.js +++ /dev/null @@ -1,12 +0,0 @@ -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"); -}); |