summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-22 20:52:20 +0100
committerVolpeon <git@volpeon.ink>2021-03-22 20:52:20 +0100
commitb292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e (patch)
tree95e6a5701c6686725f3fd4145881e3687f5228ee /package.json
parentWIP: Redesign (diff)
downloadvolpeon.ink-b292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e.tar.gz
volpeon.ink-b292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e.tar.bz2
volpeon.ink-b292cd39bf5e5c2d96f2f64eb1a94d8fd63fae9e.zip
WIP: Redesign
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}