From 0edbd6e3cccfdd817c96d72e6f221fcb73f3ba00 Mon Sep 17 00:00:00 2001 From: Michelle Hitchner Date: Tue, 19 May 2015 19:13:35 -0400 Subject: [PATCH 1/2] Adding component.json for componentJs support --- component.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..325ae59 --- /dev/null +++ b/component.json @@ -0,0 +1,10 @@ +{ + "name": "jquery.browser", + "description": "A jQuery plugin for browser detection.", + "version": "0.0.7", + "scripts": [ + "dist/jquery.browser.js" + ], + "repository": "gabceb/jquery-browser-plugin", + "license": "MIT", +} \ No newline at end of file From 307e6a08381734a0fee80a2c09b367e7a68c9abe Mon Sep 17 00:00:00 2001 From: Michelle Hitchner Date: Tue, 19 May 2015 19:19:02 -0400 Subject: [PATCH 2/2] update module name --- component.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 325ae59..dd06f61 100644 --- a/component.json +++ b/component.json @@ -1,5 +1,5 @@ { - "name": "jquery.browser", + "name": "jquery-browser-plugin", "description": "A jQuery plugin for browser detection.", "version": "0.0.7", "scripts": [ @@ -7,4 +7,4 @@ ], "repository": "gabceb/jquery-browser-plugin", "license": "MIT", -} \ No newline at end of file +}