diff --git a/package.json b/package.json index e7c36c2..6538c55 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,8 @@ "name": "angular-selectize2", "description": "This is an Angular.js directive for Brian Reavis's selectize jQuery plugin. It supports all of Selectize's features", "version": "v3.0.1", - "private": false + "private": false, + "repository": { + "url": "git://github.com/machineboy2045/angular-selectize.git" + } }