From 0542329296ed29a1b805c86a35eaf82df6e3a493 Mon Sep 17 00:00:00 2001 From: Pierre Gordon Date: Thu, 29 Jun 2017 19:50:30 -0500 Subject: [PATCH] Update js and css paths --- bower.json | 6 +++--- package.json | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 8227336..721f701 100644 --- a/bower.json +++ b/bower.json @@ -7,8 +7,8 @@ ], "description": "The awesome jQuery step wizard plugin with Bootstrap support", "main": [ - "./css/smart_wizard.min.css", - "./js/jquery.smartWizard.min.js" + "./dist/css/smart_wizard.min.css", + "./dist/js/jquery.smartWizard.min.js" ], "keywords": [ "bootstrap", @@ -36,4 +36,4 @@ "*jquery.json", "test" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index d211810..a8bb200 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "email": "hello@techlaboratory.net" } ], - "main": "./js/jquery.smartWizard.js", - "style": "./css/smart_wizard.css", + "main": "./dist/js/jquery.smartWizard.js", + "style": "./dist/css/smart_wizard.css", "repository": { "type": "git", "url": "https://github.com/techlab/SmartWizard.git" @@ -66,3 +66,4 @@ "karma-spec-reporter": "0.0.31" } } +