Skip to content

Commit

Permalink
Remove unneeded files when installing with Bower.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Oct 26, 2013
1 parent f75ab4c commit 9a8e777
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 41 deletions.
13 changes: 1 addition & 12 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,7 @@ module.exports = function(grunt) {
options: {
report: "gzip",
banner: "/*\n" +
" * Chained - jQuery / Zepto chained selects plugin\n" +
" *\n" +
" * Copyright (c) 2010-2013 Mika Tuupola\n" +
" *\n" +
" * Licensed under the MIT license:\n" +
" * http://www.opensource.org/licenses/mit-license.php\n" +
" *\n" +
" * Project home:\n" +
" * http://www.appelsiini.net/projects/chained\n" +
" *\n" +
" * Version: <%= pkg.version %>\n" +
" *\n" +
" * Chained <%= pkg.version %> - MIT license - Copyright 2010-2013 Mika Tuupola\n" +
" */\n"
},
target: {
Expand Down
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ All code licensed under the [MIT License](http://www.opensource.org/licenses/mit

# Changelog

### 0.9.7

* Removed unneeded files when installing with Bower.

### 0.9.6

* Zepto support.
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chained",
"version": "0.9.6",
"version": "0.9.7",
"homepage": "http://www.appelsiini.net/projects/chained",
"authors": [
"Mika Tuupola <[email protected]>"
Expand All @@ -21,6 +21,7 @@
"**/*.php",
"**/*.html",
"**/*.markdown",
"Gruntfile.js",
"chained.jquery.json",
"package.json",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion chained.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chained",
"version": "0.9.6",
"version": "0.9.7",
"title": "Chained",
"author": {
"name": "Mika Tuupola",
Expand Down
2 changes: 1 addition & 1 deletion jquery.chained.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Project home:
* http://www.appelsiini.net/projects/chained
*
* Version: 0.9.6
* Version: 0.9.7
*
*/

Expand Down
13 changes: 1 addition & 12 deletions jquery.chained.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 jquery.chained.remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Project home:
* http://www.appelsiini.net/projects/chained
*
* Version: 0.9.6
* Version: 0.9.7
*
*/

Expand Down
13 changes: 1 addition & 12 deletions jquery.chained.remote.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": "chained",
"version": "0.9.6",
"version": "0.9.7",
"engines": {
"node": ">= 0.8.0"
},
Expand Down

0 comments on commit 9a8e777

Please sign in to comment.