diff --git a/composer.json b/composer.json index 1265424..577f551 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,10 @@ "license": "MIT", "extra": { "component": { + "name": "chosen", + "scripts": [ + "chosen.jquery.js" + ], "files": [ "chosen.jquery.js", "chosen.jquery.min.js", diff --git a/package.json b/package.json index c3a8ea8..c92b431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "chosen-js", - "version": "1.8.2", + "name": "@components/chosen", + "version": "1.8.7", "description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.", "keywords": [ "select", @@ -45,6 +45,6 @@ "main": "chosen.jquery.js", "repository": { "type": "git", - "url": "https://github.com/harvesthq/chosen.git" + "url": "https://github.com/components/chosen.git" } }