From 089044cc2ddb4ae0ec21405c83d11349f7b0a4ab Mon Sep 17 00:00:00 2001 From: Farid Nouri Neshat Date: Wed, 6 Jul 2016 15:52:16 +0800 Subject: [PATCH] Add repository URL to package.json It'll make it easier to find the repository from the npm package. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + } }