From e2c5c32c5144a325acb89f972d0307ef16e83e81 Mon Sep 17 00:00:00 2001 From: hussainweb Date: Thu, 22 Aug 2019 03:14:05 +0530 Subject: [PATCH] Change composer package type to npm-asset --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9c09f73f287..69cae79e2c4 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "input", "ui" ], - "type": "library", + "type": "npm-asset", "license": "MIT", "minimum-stability": "stable", "homepage": "https://harvesthq.github.io/chosen/",