Skip to content

Commit

Permalink
Bump v1.0.17. Add .npmignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Aug 15, 2014
1 parent 1cf6c37 commit 52035f8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore docs files
_gh_pages

# Folders to ignore
docs

.travis.yml
bower.json
Gruntfile.js
_config.yml
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-checkbox",
"version": "1.0.16",
"version": "1.0.17",
"authors": [
"vsn4ik"
],
Expand All @@ -10,6 +10,7 @@
"ignore": [
"docs",
".gitignore",
".npmignore",
".travis.yml",
"Gruntfile.js",
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap-checkbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.0.16 (http://vsn4ik.github.io/bootstrap-checkbox)
* Bootstrap-checkbox v1.0.17 (http://vsn4ik.github.io/bootstrap-checkbox)
* Copyright 2013-2014 vsn4ik
* Licensed under MIT (https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap-checkbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/js/bootstrap-checkbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.0.16 (http://vsn4ik.github.io/bootstrap-checkbox)
* Bootstrap-checkbox v1.0.17 (http://vsn4ik.github.io/bootstrap-checkbox)
* Copyright 2013-2014 vsn4ik
* Licensed under MIT (https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/js/bootstrap-checkbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-checkbox",
"version": "1.0.16",
"version": "1.0.17",
"description": "A checkbox component based on Bootstrap framework",
"keywords": [
"bootstrap",
Expand Down

0 comments on commit 52035f8

Please sign in to comment.