Skip to content

Commit

Permalink
A brand new look
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Kondo committed Mar 25, 2015
1 parent 5cb90a7 commit e66d7d9
Show file tree
Hide file tree
Showing 22 changed files with 2,115 additions and 3,692 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
bower_components
node_modules
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

Binary file removed PSD/sprite-skin.psd
Binary file not shown.
39 changes: 12 additions & 27 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,26 @@
{
"name": "ion.rangeSlider",
"version": "2.0.6",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
"name": "IonDen",
"email": "[email protected]",
"homepage": "http://ionden.com"
}
],
"description": "Powerful range slider with skin support",
"name": "rangeslider",
"description": "Powerful range slider",
"repository": {
"type": "git",
"url": "git://github.com/IonDen/ion.rangeSlider.git"
"url": "git://github.com/genkikondo/rangeslider.git"
},
"main": [
"js/ion.rangeSlider.js",
"css/ion.rangeSlider.css",
"css/ion.rangeSlider.skinFlat.css",
"img/sprite-skin-flat.png"
"js/rangeslider.js",
"less/rangeslider.less"
],
"dependencies": {
"jquery": ">=1.8"
"jquery": "2.1.1",
},
"moduleType": [
"globals"
],
"keywords": [
"jquery-plugin",
"diapason",
"ion",
"range",
"slider"
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"ignore": [
"PSD",
"ion-rangeSlider.jquery.json"
]
}
149 changes: 0 additions & 149 deletions css/ion.rangeSlider.css

This file was deleted.

106 changes: 0 additions & 106 deletions css/ion.rangeSlider.skinFlat.css

This file was deleted.

Loading

0 comments on commit e66d7d9

Please sign in to comment.