Skip to content

Commit 804bf5c

Browse files
committed
Fix octicons
1 parent 478f766 commit 804bf5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = function(grunt) {
6363
dest: '_gh_pages/vendor/jquery/js'
6464
}, {
6565
expand: true,
66-
cwd: 'node_modules/octicons/octicons',
66+
cwd: 'node_modules/octicons/build/font',
6767
src: '*.{css,eot,svg,ttf,woff}',
6868
dest: '_gh_pages/vendor/octicons/css'
6969
}]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm version](https://img.shields.io/npm/v/bootstrap-checkbox.svg)](https://www.npmjs.com/package/bootstrap-checkbox)
55
[![License](https://img.shields.io/npm/l/bootstrap-checkbox.svg)][license]
66
[![Build Status](https://travis-ci.org/vsn4ik/bootstrap-checkbox.svg)](https://travis-ci.org/vsn4ik/bootstrap-checkbox)
7-
[![devDependency Status](https://david-dm.org/vsn4ik/bootstrap-checkbox/dev-status.svg)](https://david-dm.org/vsn4ik/bootstrap-checkbox#info=devDependencies)
7+
[![devDependency Status](https://david-dm.org/vsn4ik/bootstrap-checkbox/dev-status.svg)](https://david-dm.org/vsn4ik/bootstrap-checkbox?type=dev)
88

99

1010
## Quick start

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "grunt"
2626
},
2727
"devDependencies": {
28-
"bootstrap": "~3.3.6",
28+
"bootstrap": "~3.3.7",
2929
"grunt": "~1.0.1",
3030
"grunt-banner": "~0.6.0",
3131
"grunt-contrib-clean": "~1.0.0",

0 commit comments

Comments
 (0)