From 89d68b3cd4e23f556645e3ac88e2392d4e3f3ce8 Mon Sep 17 00:00:00 2001 From: Wikiki Date: Sat, 10 Feb 2018 09:10:28 +0100 Subject: [PATCH] fix(package.json): Main import path --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96173f0..fc0e7be 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bulma-timeline", "version": "1.1.10", "description": "Display a vertical timeline, in different colors, sizes, and states ", - "main": "timeline.sass", + "main": "dist/bulma-timeline.sass", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -48,7 +48,7 @@ "run-sequence": "^2.2.1" }, "files": [ - "dist/timeline.sass", + "dist/bulma-timeline.sass", "dist/bulma-timeline.min.css", "LICENSE", "README.md"