Skip to content

Commit

Permalink
Update conf files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Dec 28, 2014
1 parent 76c45f0 commit ab47975
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 46 deletions.
9 changes: 6 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ module.exports = function (grunt) {
path: [
'less',
'js',
'bootstrap-select.jquery.json',
'bower.json',
'composer.json',
'package.json'
Expand Down Expand Up @@ -190,9 +189,13 @@ module.exports = function (grunt) {
mode: 'zip'
},
files: [
{expand: true, cwd: 'dist/', src: ['**'], dest: 'bootstrap-select-<%= pkg.version %>/'},
{
src: ['bootstrap-select.jquery.json', 'bower.json', 'composer.json', 'package.json'],
expand: true,
cwd: 'dist/',
src: ['**'],
dest: 'bootstrap-select-<%= pkg.version %>/'
}, {
src: ['bower.json', 'composer.json', 'package.json'],
dest: 'bootstrap-select-<%= pkg.version %>/'
}
]
Expand Down
29 changes: 0 additions & 29 deletions bootstrap-select.jquery.json

This file was deleted.

14 changes: 8 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist/js/bootstrap-select.js"
],
"version": "1.6.3",
"homepage": "https:https://github.com/silviomoreto/bootstrap-select",
"homepage": "http:https://silviomoreto.github.io/bootstrap-select",
"authors": [
"silviomoreto"
],
Expand All @@ -21,10 +21,12 @@
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"README.md",
"composer.json",
"package.json",
"test.html"
]
}
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "bootstrap-select/bootstrap-select",
"description": "A custom <select> for Bootstrap using button dropdown as replacement",
"keywords": ["form", "bootstrap", "select", "replacement"],
"homepage": "https://github.com/silviomoreto/bootstrap-select",
"keywords": [
"form",
"bootstrap",
"select",
"replacement"
],
"homepage": "https://silviomoreto.github.io/bootstrap-select",
"version": "1.6.3",
"authors": [
{
"name": "Silvio Moreto",
"homepage": "https://github.com/silviomoreto/"
"homepage": "https://github.com/silviomoreto"
}
],
"license": "MIT",
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"filename": "bootstrap-select.js",
"description": "A custom <select> for Bootstrap using button dropdown as replacement",
"version": "1.6.3",
"homepage": "https://silviomoreto.github.io/bootstrap-select/",
"homepage": "https://silviomoreto.github.io/bootstrap-select",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto/"
"url": "https://github.com/silviomoreto"
},
"contributors": [
{
"name": "Silvio Moreto",
"url": "http:https://github.com/silviomoreto"
"url": "https:https://github.com/silviomoreto"
},
{
"name": "Ana Carolina",
"url": "http:https://github.com/anacarolinats"
"url": "https:https://github.com/anacarolinats"
},
{
"name": "caseyjhol",
Expand Down Expand Up @@ -56,7 +56,6 @@
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-sed": "~0.1.1",
Expand Down

0 comments on commit ab47975

Please sign in to comment.