From e39e423118856c664935633a21b61ad9c5a4bb6f Mon Sep 17 00:00:00 2001 From: Diego Date: Sat, 11 Jun 2016 01:23:11 -0300 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ec9095..483450c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "http://github.com/rpocklin/angular-timeline.git" }, - "main": ["src/angular-timeline.js", "src/angular-timeline.css"], + "main": "src/angular-timeline.js", "keywords": [ "angular", "timeline", From 4b195c13b820e29580fee67331d0e4baecba5401 Mon Sep 17 00:00:00 2001 From: Diego Date: Sat, 11 Jun 2016 01:25:08 -0300 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 483450c..609e62f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "http://github.com/rpocklin/angular-timeline.git" }, - "main": "src/angular-timeline.js", + "main": "dist/angular-timeline.js", "keywords": [ "angular", "timeline",