From 914c0f0e4a1179f70c61b8c81e474af49d44feb7 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 1 Oct 2012 21:11:23 -0300 Subject: [PATCH] Update component.json Modified licenses entry to match CommonJS spec. --- component.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index a018161..d19176a 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,11 @@ "version": "1.5.18", "description": "An exquisite jQuery plugin for magical layouts. Enables filtering, sorting, and dynamic layouts.", "homepage": "http://isotope.metafizzy.co/", - "license" : "https://github.com/buzzedword/isotope#licensing", + "licenses" : [ + { "type": "Commercial", + "url": "https://github.com/buzzedword/isotope#licensing", + } + ] "main": [ "./jquery.isotope.js", "./jquery.isotope.min.js"