summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index eceefd7..aa9474b 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
8 "iro-sass": "git+https://git.vulpes.one/iro-sass/" 8 "iro-sass": "git+https://git.vulpes.one/iro-sass/"
9 }, 9 },
10 "scripts": { 10 "scripts": {
11 "lint": "stylelint \"assets/css/**/*.scss\"" 11 "lint": "stylelint \"assets/css/**/*.scss\"",
12 "fix": "stylelint \"assets/css/**/*.scss\" --fix"
12 } 13 }
13} 14}