From 4ebdaa5a7f6a42f2a0eb8ee2a4d5ab30ed4fb375 Mon Sep 17 00:00:00 2001 From: Darshit Vora Date: Fri, 22 Jul 2016 15:51:53 +0530 Subject: [PATCH 1/3] Added bower support --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..30948f6 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "clippyjs", + "version": "1.0.0", + "description": "Clippy js bower", + "main": [ + "./build/clippy.min.js", + "./build/clippy.css", + ], + "authors": [ + "Darshit Vora " + ], + "keywords": [ + "clippy js", + "personal site assistant" + "Add Clippy or his friends to any website for instant nostalgia." + ], + "license": "MIT", + "homepage": "https://github.com/smore-inc/clippy.js", + "dependencies": { + "jquery": ">=1.7" + } +} From ae8ac3b4131baecc2ffbbbffc5643f1a9d44ef6e Mon Sep 17 00:00:00 2001 From: Darshit Vora Date: Fri, 22 Jul 2016 16:07:16 +0530 Subject: [PATCH 2/3] Update bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 30948f6..b9d2e6d 100644 --- a/bower.json +++ b/bower.json @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "Clippy js bower", "main": [ - "./build/clippy.min.js", - "./build/clippy.css", + "build/clippy.min.js", + "build/clippy.css", ], "authors": [ "Darshit Vora " From f14192a08f26762dfc554f0af8c0272fb386560d Mon Sep 17 00:00:00 2001 From: Darshit Vora Date: Fri, 22 Jul 2016 16:11:44 +0530 Subject: [PATCH 3/3] Update bower.json --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index b9d2e6d..e322a00 100644 --- a/bower.json +++ b/bower.json @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "Clippy js bower", "main": [ - "build/clippy.min.js", - "build/clippy.css", + "./build/clippy.min.js", + "./build/clippy.css" ], "authors": [ "Darshit Vora " @@ -15,7 +15,7 @@ "Add Clippy or his friends to any website for instant nostalgia." ], "license": "MIT", - "homepage": "https://github.com/smore-inc/clippy.js", + "homepage": "https://github.com/darshitvvora/clippy.js", "dependencies": { "jquery": ">=1.7" }