From 406482d88fe9ac49d57f4f3b4b79ad8ed00103a2 Mon Sep 17 00:00:00 2001 From: Aaron Roberson Date: Mon, 18 May 2015 11:24:08 -0700 Subject: [PATCH] Updated main in package.json to point to the new index.js for npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1e5ff2..6563ab9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-datepicker", "version": "1.0.5", - "main": "dist/index.js", + "main": "index.js", "repository": { "url": "https://github.com/g00fy-/angular-datepicker.git" },