Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 24, 2021
1 parent 7054efe commit 0e824c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
24 changes: 5 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
{
"name": "jquery-minicolors",
"version": "2.3.5",
"version": "2.3.6",
"homepage": "https://github.com/claviska/jquery-minicolors",
"authors": [
"Cory LaViska"
],
"authors": ["Cory LaViska"],
"description": "jQuery MiniColors Plugin",
"main": [
"./jquery.minicolors.js",
"./jquery.minicolors.css"
],
"keywords": [
"jquery",
"colorpicker"
],
"main": ["./jquery.minicolors.js", "./jquery.minicolors.css"],
"keywords": ["jquery", "colorpicker"],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
}
13 changes: 4 additions & 9 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"name": "jquery-minicolors",
"version": "2.3.5",
"version": "2.3.6",
"description": "jQuery MiniColors Plugin",
"homepage": "",
"main": [ "./jquery.minicolors.js", "./jquery.minicolors.css" ],
"main": ["./jquery.minicolors.js", "./jquery.minicolors.css"],
"dependencies": {
"jquery": ">= 1.7.x"
},
"keywords": [
"jquery",
"colorpicker"
],
"keywords": ["jquery", "colorpicker"],
"author": {
"name": "Cory LaViska",
"web": "http://www.abeautifulsite.net/"
},
"license": [
"http://www.opensource.org/licenses/mit-license.php"
]
"license": ["http://www.opensource.org/licenses/mit-license.php"]
}

0 comments on commit 0e824c4

Please sign in to comment.