From d16368516fd67b74441051d21c203830c5962ba0 Mon Sep 17 00:00:00 2001 From: Avidor Date: Thu, 11 May 2017 15:48:55 +0300 Subject: [PATCH] Add main entry point to package.js to allow loading the package via module loader --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e7c36c2..288c47d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "angular-selectize2", "description": "This is an Angular.js directive for Brian Reavis's selectize jQuery plugin. It supports all of Selectize's features", + "main": "dist/selectize.js", "version": "v3.0.1", "private": false }