From 071559cd3c2b41a7fba824c99e7ad00bd526b4bd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 25 Oct 2017 01:32:37 +0100 Subject: [PATCH] Re-order items --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72b52c49..45b61f59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "config": { - "lessPath": "./assets/less", "jsPath": "./assets/js", + "lessPath": "./assets/less", "outputCss": "./source/assets/css", "outputFonts": "./source/assets/fonts", "outputJs": "./source/assets/js"