From 3d0371c0236fa6d8245face545c02075986eca58 Mon Sep 17 00:00:00 2001 From: Peter Grman Date: Tue, 13 Dec 2016 17:11:06 +0100 Subject: [PATCH] fix package.json to make it work with webpack --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 50fac9a..c5ca070 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,7 @@ "name": "isteven-angular-multiselect", "version": "v4.0.0", "description": "A multi select dropdown directive for AngularJS", - "main": [ - "isteven-multi-select.js", - "isteven-multi-select.css" - ], + "main": "isteven-multi-select.js", "repository": { "type": "git", "url": "https://github.com/isteven/angular-multi-select.git"