Skip to content

Commit

Permalink
Fix bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Kondo committed Mar 25, 2015
1 parent 8051a91 commit 7a529c9
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
{
"name": "rangeslider",
"description": "Powerful range slider",
"repository": {
"type": "git",
"url": "git://github.com/genkikondo/rangeslider.git"
},
"main": [
"js/rangeslider.js",
"less/rangeslider.less"
],
"dependencies": {
"jquery": "2.1.1"
},
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
"name": "rangeslider",
"version": "2.1.2",
"description": "Powerful range slider",
"repository": {
"type": "git",
"url": "git://github.com/genkikondo/rangeslider.git"
},
"main": "js/rangeslider.js",
"dependencies": {
"jquery": "2.1.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}

0 comments on commit 7a529c9

Please sign in to comment.