Skip to content

Commit 8b4b581

Browse files
author
Herman Starikov
committed
minor updates
1 parent 05d6889 commit 8b4b581

File tree

7 files changed

+6
-12
lines changed

7 files changed

+6
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
# production
1010
/build
11+
/lib
1112

1213
# misc
1314
.DS_Store

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
React Bootstrap Off-canvas Navigation
22
---
33

4+
[![Build Status](https://travis-ci.org/Hermanya/react-bootstrap-navbar-offcanvas.svg?branch=master)](https://travis-ci.org/Hermanya/react-bootstrap-navbar-offcanvas)
5+
[![codecov](https://codecov.io/gh/Hermanya/react-bootstrap-navbar-offcanvas/branch/master/graph/badge.svg)](https://codecov.io/gh/Hermanya/react-bootstrap-navbar-offcanvas)
46
[![Greenkeeper badge](https://badges.greenkeeper.io/Hermanya/react-bootstrap-navbar-offcanvas.svg)](https://greenkeeper.io/)
57

68
![React Bootstrap Off-canvas Navigation demo](https://media.giphy.com/media/3o6fJgIj5Mb3b2hoBO/giphy.gif)
79

8-
**[Demo](https://hermanya.github.io/react-bootstrap-navbar-offcanvas/build/)** | [![Build Status](https://travis-ci.org/Hermanya/react-bootstrap-navbar-offcanvas.svg?branch=master)](https://travis-ci.org/Hermanya/react-bootstrap-navbar-offcanvas) | `npm install react-bootstrap-navbar-offcanvas`
9-
10-
or install with yarn:
11-
`yarn add react-bootstrap-navbar-offcanvas`
10+
**[Demo](https://hermanya.github.io/react-bootstrap-navbar-offcanvas/)** | `npm install react-bootstrap-navbar-offcanvas`
1211

1312
[Inspiration](https://getbootstrap.com/docs/4.0/examples/offcanvas/)
1413

lib/navbar-offcanvas.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/navbar-offcanvas.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/navbar-offcanvas.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

lib/navbar-offcanvas.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-bootstrap-navbar-offcanvas",
33
"description": "Off-canvas navigation for react using bootstrap",
44
"version": "1.0.3",
5-
"homepage": "https://hermanya.github.io/react-bootstrap-navbar-offcanvas/build",
5+
"homepage": "https://hermanya.github.io/react-bootstrap-navbar-offcanvas/",
66
"main": "lib/navbar-offcanvas.js",
77
"jsnext:main": "src/index.js",
88
"license": "MIT",
@@ -24,7 +24,6 @@
2424
"bootstrap"
2525
],
2626
"dependencies": {
27-
"gh-pages": "^1.1.0",
2827
"react": "^16.2.0",
2928
"react-bootstrap": "^0.31.5",
3029
"react-dom": "^16.2.0"
@@ -52,6 +51,7 @@
5251
"extract-text-webpack-plugin": "3.0.2",
5352
"file-loader": "1.1.5",
5453
"fs-extra": "3.0.1",
54+
"gh-pages": "^1.1.0",
5555
"html-webpack-plugin": "2.29.0",
5656
"jest": "20.0.4",
5757
"object-assign": "4.1.1",

0 commit comments

Comments
 (0)