Skip to content

Commit

Permalink
Merge pull request #20 from ostranme/develop
Browse files Browse the repository at this point in the history
update versions for bower and npm
  • Loading branch information
ostranme committed Mar 21, 2016
2 parents 5c5d7da + 3233886 commit 7ba52d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Swagger UI Themes

*Version 2.0.0*
*Version 2.0.1*

Swagger Docs are awesome. Why not make them look better! Below is a collection of themes for [Swagger UI](http://swagger.io/swagger-ui/).

Expand All @@ -21,12 +21,17 @@ Make sure to either remove/comment out the link to `screen.css` or load the desi
```html
<link rel="stylesheet" href="path/to/swagger-ui-themes/css/theme-flattop.css">
```
#### Install with Bower
#### Install with bower

```shell
$ bower install swagger-ui-themes
```

#### Install with npm

```shell
$ npm install swagger-ui-themes
```

## Themes

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-ui-themes",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/ostranme/swagger-ui-themes",
"author":
"Mark Ostrander <ostranme@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swagger-ui-themes",
"description": "A collection of CSS themes for Swagger UI",
"version": "2.0.0",
"version": "2.0.1",
"keywords": ["theme", "swagger", "swagger UI", "ui", "flat"],
"homepage": "http://meostrander.com/swagger-ui-themes",
"bugs": {
Expand Down

0 comments on commit 7ba52d8

Please sign in to comment.