Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
minor metadata changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Javi Aguilar committed Apr 1, 2015
1 parent ad7c0c9 commit 7a65c8d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Thumbs.db
*.log
/ignore*
/node_modules/
/bower_components/
/nbproject/
static_server.js
*.php
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Read the documentation [here](http://mjolnic.github.io/bootstrap-colorpicker/)
## Contributing

* All the sources are compiled using Grunt, please do not modify dist files directly
* If you modify some source code, please recompile the project dist files
* If you modify some source code, please recompile the project dist files (running grunt)
* Check that the index.html demos aren't broken (modify if necessary)
* Test your code at least in Chrome, Firefox and IE >= 10

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mjolnic-bootstrap-colorpicker",
"version": "2.1.0",
"version": "2.1.1",
"main": [
"dist/css/bootstrap-colorpicker.css",
"dist/js/bootstrap-colorpicker.js"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mjolnic/bootstrap-colorpicker",
"description": "Colorpicker plugin for Twitter Bootstrap, originally written by Stefan Petre",
"description": "A nice and customizable colorpicker plugin for Twitter Bootstrap 2 and 3",
"license": "Licensed under the Apache License, Version 2.0",
"authors": [
{
Expand Down
9 changes: 3 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,22 +232,19 @@ <h3>Options</h3>
<tr>
<td>sliders</td>
<td>object</td>
<td><abbr title='please, read the source code to see this value'>[...]</abbr>
</td>
<td><abbr title='please, read the source code to see this value'>[...]</abbr></td>
<td>Vertical sliders configuration (read source code if you really need to tweak this).</td>
</tr>
<tr>
<td>slidersHorz</td>
<td>object</td>
<td><abbr title='please, read the source code to see this value'>[...]</abbr>
</td>
<td><abbr title='please, read the source code to see this value'>[...]</abbr></td>
<td>Horizontal sliders configuration (read source code if you really need to tweak this).</td>
</tr>
<tr>
<td>template</td>
<td>string</td>
<td><abbr title='please, read the source code to see this value'>[...]</abbr>
</td>
<td><abbr title='please, read the source code to see this value'>[...]</abbr></td>
<td>Customizes the default colorpicker HTML template.</td>
</tr>
<tr>
Expand Down

0 comments on commit 7a65c8d

Please sign in to comment.