diff --git a/README.md b/README.md index 6ed8aa0e..64898236 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ As the script works only with jQuery 1.8 or higher, it is necessary to load the #### Installing in command ``` -npm install jui -bower install jui -jamjs install jui +npm install juijs-ui +bower install juijs-ui +jamjs install juijs-ui ``` #### To build the project diff --git a/bower.json b/bower.json index 9dde8b88..11c0d8e2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { - "name": "jui", - "version": "2.0.4", + "name": "juijs-ui", + "version": "2.1.0", "main": [ "dist/ui.min.js", "dist/ui.min.css", diff --git a/package.json b/package.json index 11c37cdc..8d81bfea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "jui", - "version": "2.0.4", + "name": "juijs-ui", + "version": "2.1.0", "description": "JUI provide all kinds of UI components that are used in web pages. However, charts and grids are not included.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -72,7 +72,7 @@ "deps": [ "jquery" ], - "exports": "jui" + "exports": "juijs-ui" } } }