Skip to content

Commit

Permalink
2.1.0 version released
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi1004 committed May 30, 2018
1 parent 0db8bca commit 69ee7f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -72,7 +72,7 @@
"deps": [
"jquery"
],
"exports": "jui"
"exports": "juijs-ui"
}
}
}

0 comments on commit 69ee7f9

Please sign in to comment.