Skip to content

Commit

Permalink
Merge pull request #43 from windyakin/dev-v4.1.0
Browse files Browse the repository at this point in the history
Bootstrap v4.1.0 対応
  • Loading branch information
windyakin authored Jul 22, 2018
2 parents 6e805d6 + be0aeab commit b69a6c5
Show file tree
Hide file tree
Showing 20 changed files with 17,821 additions and 16,797 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

[![Build Status by Travis CI](https://travis-ci.org/windyakin/Honoka.svg?branch=master)](https://travis-ci.org/windyakin/Honoka)
[![Build status by AppVeyor](https://ci.appveyor.com/api/projects/status/6j4y6bugti7f1aff/branch/master?svg=true)](https://ci.appveyor.com/project/windyakin/honoka/branch/master)
[![devDependency Status](https://david-dm.org/windyakin/Honoka/dev-status.svg)](https://david-dm.org/windyakin/Honoka#info=devDependencies)
[![devDependency Status](https://david-dm.org/windyakin/Honoka/dev-status.svg)](https://david-dm.org/windyakin/Honoka?type=dev)
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![npm](https://img.shields.io/npm/v/bootstrap-honoka.svg)](https://www.npmjs.com/package/bootstrap-honoka)
[![Join the chat at https://gitter.im/bootstrap-honoka/Lobby](https://badges.gitter.im/bootstrap-honoka/Lobby.svg)](https://gitter.im/bootstrap-honoka/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[http://honokak.osaka/](http://honokak.osaka/)

Expand Down Expand Up @@ -35,7 +36,7 @@ Node.js のパッケージ管理システムである、 [npm](https://npmjs.com
npm install --save bootstrap-honoka
```

パッケージ名が「**bootstrap-**honoka」であることに注意してください
パッケージ名の先頭に **bootstrap-** があることに注意してください

### Bower

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
],
"dependencies": {},
"devDependencies": {
"bootstrap": "4.0.0"
"bootstrap": "4.1.0"
}
}
Loading

0 comments on commit b69a6c5

Please sign in to comment.