Browse Source

Update component.json

Modified licenses entry to match CommonJS spec.
pull/269/head
Daniel Garcia 13 years ago
parent
commit
914c0f0e4a
  1. 6
      component.json

6
component.json

@ -3,7 +3,11 @@
"version": "1.5.18", "version": "1.5.18",
"description": "An exquisite jQuery plugin for magical layouts. Enables filtering, sorting, and dynamic layouts.", "description": "An exquisite jQuery plugin for magical layouts. Enables filtering, sorting, and dynamic layouts.",
"homepage": "http://isotope.metafizzy.co/", "homepage": "http://isotope.metafizzy.co/",
"license" : "https://github.com/buzzedword/isotope#licensing", "licenses" : [
{ "type": "Commercial",
"url": "https://github.com/buzzedword/isotope#licensing",
}
]
"main": [ "main": [
"./jquery.isotope.js", "./jquery.isotope.js",
"./jquery.isotope.min.js" "./jquery.isotope.min.js"

Loading…
Cancel
Save