From 953991f3f71832d32b0f64ace9d62008559499c2 Mon Sep 17 00:00:00 2001 From: Shan Carter Date: Mon, 9 Jan 2017 15:50:15 -0800 Subject: [PATCH] fixing main path --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index dec427f..ee7135f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "distill-template", "version": "0.0.5", "description": "Template for creating Distill articles.", - "main": "dist/distill.js", + "main": "dist/template.js", "scripts": { "start": "rollup -c -w", "build": "rollup -c", @@ -34,8 +34,5 @@ "rollup-plugin-string": "^2.0.2", "rollup-plugin-uglify": "^1.0.1", "rollup-watch": "^2.5.0" - }, - "dependencies": { - "distill-template": "^0.0.4" } }