From 301fc9f083b57e8c46574f19824b0d83b4c04379 Mon Sep 17 00:00:00 2001 From: Ukjin Yang Date: Fri, 13 Dec 2013 10:11:51 +0900 Subject: [PATCH 1/3] lagacy download support --- bower.json | 29 +++++++++++++++++++++++++++++ msgbox.jquery.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 bower.json create mode 100644 msgbox.jquery.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2bd5949 --- /dev/null +++ b/bower.json @@ -0,0 +1,29 @@ +{ + "name": "msgbox", + "version": "0.3.7", + "description": "The Message box for web, Firefox style, User notification made simple.", + "keywords": [ + "alert", + "confirm", + "prompt", + "msgbox", + "dialog", + "notification", + "ui", + "simple" + ], + "authors": [ + "Composite" + ], + "license": "MIT", + "homepage": "https://github.com/composite/jQuery.MsgBox/tree/lagacy", + "main": [ + "jquery.msgbox.min.js" + ], + "ignore": [ + "*.json" + ], + "dependencies": { + "jquery": "1.4.0 - 1.7.2" + } +} diff --git a/msgbox.jquery.json b/msgbox.jquery.json new file mode 100644 index 0000000..be92faf --- /dev/null +++ b/msgbox.jquery.json @@ -0,0 +1,31 @@ +{ + "name": "msgbox", + "title": "jQuery MsgBox", + "description": "The Message box for web, Firefox style, User notification made simple.", + "keywords": ["alert","confirm","prompt","msgbox","dialog","notification","ui","simple"], + "version": "0.3.7", + "author": { + "name": "Composite", + "url": "http://hazard.kr/" + }, + "maintainers": [ + { + "name": "Ukjin Yang", + "email": "ukjinplant@msn.com", + "url": "http://hazard.kr/" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "http://opensource.org/licenses/MIT" + } + ], + "bugs": "https://github.com/composite/jQuery.MsgBox/issues", + "homepage": "https://github.com/composite/jQuery.MsgBox/tree/lagacy", + "docs": "https://github.com/composite/jQuery.MsgBox/blob/lagacy/readme.txt", + "download": "https://raw.github.com/composite/jQuery.MsgBox/lagacy/jquery.msgbox.min.js", + "dependencies": { + "jquery": "1.4.0 - 1.7.2" + } +} \ No newline at end of file From 16a0d4606259f75c2dda6c61fbcba7d8e5eae635 Mon Sep 17 00:00:00 2001 From: Ukjin Yang Date: Fri, 13 Dec 2013 10:20:11 +0900 Subject: [PATCH 2/3] warning.or.kr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbdae1f..c3ebd6f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ jQuery MsgBox 0.3.7 BETA +**This version is just a LEGACY SUPPORT FOR OLD USERS. NO UPDATES, NO BUG FIXES, NO ANY PLAN in this version. If you new to msgbox, please go to [lastest](https://github.com/composite/jQuery.MsgBox) version.** + What is it? ----------- From 1f501cc622920498ec18f32f56458865b802e395 Mon Sep 17 00:00:00 2001 From: Ukjin Yang Date: Fri, 13 Dec 2013 10:23:09 +0900 Subject: [PATCH 3/3] warning.or.kr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ebd6f..c894fae 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ jQuery MsgBox 0.3.7 BETA -**This version is just a LEGACY SUPPORT FOR OLD USERS. NO UPDATES, NO BUG FIXES, NO ANY PLAN in this version. If you new to msgbox, please go to [lastest](https://github.com/composite/jQuery.MsgBox) version.** +**This version is just a LEGACY SUPPORT FOR OLD USERS. NO UPDATES, NO BUG FIXES, NO ANY PLAN in this version. AND I WILL DELETE THIS BRANCH ANY TIME I'LL NEED. If you new to msgbox, please go to [lastest](https://github.com/composite/jQuery.MsgBox) version.** What is it? -----------