Skip to content

Commit cd471ca

Browse files
committed
finished to transform to npm package
1 parent fae9e2b commit cd471ca

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# [Twitter Bootstrap 4 Responsive Navbar with Multiple Dropdowns](http://fontenele.github.io/bootstrap-navbar-dropdowns/)
22

3+
[![npm version](https://img.shields.io/npm/v/bootstrap-navbar-dropdowns.svg)](https://www.npmjs.com/package/bootstrap-navbar-dropdowns)
4+
[![License](https://img.shields.io/npm/l/bootstrap-navbar-dropdowns.svg)][license]
35
[![Build Status](https://github.com/fontenele/bootstrap-navbar-dropdowns/workflows/Test/badge.svg)](https://github.com/fontenele/bootstrap-navbar-dropdowns/actions?workflow=Test)
46
[![devDependency Status](https://david-dm.org/fontenele/bootstrap-navbar-dropdowns/dev-status.svg)](https://david-dm.org/fontenele/bootstrap-navbar-dropdowns?type=dev)
57

6-
[fontenele.github.io/bootstrap-navbar-dropdowns.io](http://fontenele.github.io/bootstrap-navbar-dropdowns/)
7-
### Now with Bootstrap 4!
8+
## Quick start
9+
10+
Several quick start options are available:
811

9-
[Demo/Bootsnipp](http://bootsnipp.com/snippets/featured/multi-level-navbar-menu)
12+
* [Download the latest release](https://github.com/fontenele/bootstrap-navbar-dropdowns/archive/v4.0.2.zip "Download Bootstrap-Navbar-Dropdowns")
13+
* Clone the repo: `git clone https://github.com/fontenele/bootstrap-navbar-dropdowns.git`
14+
* Install with [npm](https://www.npmjs.com): `npm install bootstrap-navbar-dropdowns`
15+
* Install with [yarn](https://yarnpkg.com): `yarn add bootstrap-navbar-dropdowns`
16+
17+
### Now with Bootstrap 4!
1018

19+
[Bootsnipp Demo](http://bootsnipp.com/snippets/featured/multi-level-navbar-menu)
1120

1221
### What's included
1322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-navbar-dropdowns",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Twitter Bootstrap 4 Responsive Navbar with Multiple Dropdowns",
55
"main": "dist/js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)