From f54593eb92b46a3a53d6a2c1ce4085a18a9576e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Fri, 5 Oct 2018 15:28:50 -0500 Subject: [PATCH] Updated package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8d7fc40..004d79e 100755 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "main": "server.js", "name": "lbry.tech", "private": true, + "sasslintConfig": ".sasslintrc", "scripts": { "css": "sass --update app/sass:app/dist --style compressed", "start": "npm run css && NODE_ENV=production node server",