From 41d7bd4614d36764e5accc3065b7dc98b3517860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 7 Mar 2014 23:01:42 +0100 Subject: [PATCH] Remove ./ from package.json paths --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b946587..9543540 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ ], "homepage": "http://goratchet.com", "author": "Connor Sears", - "style": "./dist/css/ratchet.css", - "sass": "./sass/ratchet.scss", + "style": "dist/css/ratchet.css", + "sass": "sass/ratchet.scss", "repository": { "type": "git", "url": "https://github.com/twbs/ratchet.git"