From 1aaf746649628e021c992ec27308098f03076f2a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 4 Mar 2014 21:10:21 +0200 Subject: [PATCH] Fix paths after the dist refactoring. --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 34304ed..4485406 100644 --- a/bower.json +++ b/bower.json @@ -2,8 +2,8 @@ "name": "ratchet", "version": "2.0.0", "main": [ - "./dist/ratchet.css", - "./dist/ratchet.js" + "./dist/css/ratchet.css", + "./dist/js/ratchet.js" ], "ignore": [ "_config.yml", diff --git a/package.json b/package.json index ea5ffdc..793d126 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "homepage": "http://goratchet.com", "author": "Connor Sears", - "style": "./dist/ratchet.css", + "style": "./dist/css/ratchet.css", "sass": "./lib/sass/ratchet.scss", "repository": { "type": "git",