diff --git a/README.md b/README.md index 2729437..44b7a6e 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,13 @@ -# IMPORTANT NOTICE +# @kunalnagarco/jquery-peek-a-bar -Hello all, - -Thanks for using this jQuery plugin to show notification bars in your web apps. Your love and support for this plugin is what motivates me to maintain it in an ever-changing world of newer front-end frameworks. - -## What's changing - -- [x] (Mar 16, 2024) Update README with a deprecation warning to give users enough time to prepare for the move -- [x] (June 16, 2024) Move plugin to the @kunalnagarco organization -- [ ] (July 16, 2024) Deprecate the [npm jquery-peek-a-bar package](https://www.npmjs.com/package/jquery-peek-a-bar) and create a new package under the org scope i.e. `@kunalnagarco/jquery.peekABar` - -## What's not changing - -- No breaking changes -- No API changes -- This is purely a major bump for moving to the organization - -# jquery.peekABar - -[![npm version](https://img.shields.io/npm/v/jquery-peek-a-bar.svg)](https://www.npmjs.com/package/jquery-peek-a-bar) + A jQuery plugin for a notification bar with customization options. ## Installation -``` -npm install jquery-peek-a-bar --save +```bash +npm install @kunalnagarco/jquery-peek-a-bar --save ``` ## Options @@ -172,7 +154,7 @@ bar.show({ ## Support -For any issues/queries, please open a new [Github Issue](https://github.com/kunalnagar/jquery.peekABar/issues). +For any issues/queries, please open a new [Github Issue](https://github.com/kunalnagarco/jquery.peekABar/issues). ## Share diff --git a/package.json b/package.json index c960823..d9d9eca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "jquery-peek-a-bar", + "name": "@kunalnagarco/jquery-peek-a-bar", "version": "3.7.0", "description": "A jQuery plugin for a notification bar with a lot of customization options.", "main": "dist/js/jquery.peekabar.js", @@ -42,7 +42,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/kunalnagar/jquery.peekABar.git" + "url": "git://github.com/kunalnagarco/jquery.peekABar.git" }, "publishConfig": { "access": "public" diff --git a/src/js/peekabar.js b/src/js/peekabar.js index e47f621..606cfa5 100644 --- a/src/js/peekabar.js +++ b/src/js/peekabar.js @@ -1,6 +1,6 @@ /** * @license - * jquery.peekABar + * @kunalnagarco/jquery-peek-a-bar * Copyright 2019 Kunal Nagar * Available under MIT license */