Skip to content

Commit 7ba52d8

Browse files
committed
Merge pull request #20 from ostranme/develop
update versions for bower and npm
2 parents 5c5d7da + 3233886 commit 7ba52d8

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Swagger UI Themes
22

3-
*Version 2.0.0*
3+
*Version 2.0.1*
44

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

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

2626
```shell
2727
$ bower install swagger-ui-themes
2828
```
2929

30+
#### Install with npm
31+
32+
```shell
33+
$ npm install swagger-ui-themes
34+
```
3035

3136
## Themes
3237

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-ui-themes",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"homepage": "https://github.com/ostranme/swagger-ui-themes",
55
"author":
66
"Mark Ostrander <ostranme@gmail.com>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swagger-ui-themes",
33
"description": "A collection of CSS themes for Swagger UI",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"keywords": ["theme", "swagger", "swagger UI", "ui", "flat"],
66
"homepage": "http://meostrander.com/swagger-ui-themes",
77
"bugs": {

0 commit comments

Comments
 (0)