From 4e8898dc505fedc80d89641115cebd1d53e2b0e2 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 7 Mar 2019 21:45:58 +0100 Subject: [PATCH] fix: fix workspaces field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9344659..057d5bf 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "private": true, "workspaces": [ - "scss/*" + "src/*" ], "scripts": { "build": "yarn lint && STYLE_ENV=prod node ./build.js",