From b2ad62461c8993c33068d1b0215f36deba0e1c9f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 12 Sep 2018 20:15:20 -0400 Subject: #704 chaining fixes --- jsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jsconfig.json') diff --git a/jsconfig.json b/jsconfig.json index b9587b3c..0000ef3d 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,8 +3,8 @@ "www/**/*" ], "exclude": [ - "node_modules/", - "dist/", - "platforms/" + "node_modules", + "dist", + "platforms" ] } \ No newline at end of file -- cgit v1.2.3