summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-17 19:42:25 +0100
committerVolpeon <git@volpeon.ink>2022-02-17 19:42:25 +0100
commit387f71858790a79b896a34e9195cdf2856e89b55 (patch)
treea1719d60f6caae9c70905a48cd810d7e53ff4b86 /package.json
parentFix card layout (diff)
downloadiro-design-387f71858790a79b896a34e9195cdf2856e89b55.tar.gz
iro-design-387f71858790a79b896a34e9195cdf2856e89b55.tar.bz2
iro-design-387f71858790a79b896a34e9195cdf2856e89b55.zip
Added nav buttons to lightbox
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fa4f082..22207c8 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
11 "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", 11 "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets",
12 "build:assets": "cp -r static/* public/", 12 "build:assets": "cp -r static/* public/",
13 "build:app": "pug tpl/index.pug -p tpl --out public/", 13 "build:app": "pug tpl/index.pug -p tpl --out public/",
14 "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js check trash bookmark tags user chevron-right hash x send smile public/icons.svg", 14 "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js check trash bookmark tags user chevron-left chevron-right hash x send smile public/icons.svg",
15 "build:style": "sass --load-path=node_modules src/index.scss public/style.css", 15 "build:style": "sass --load-path=node_modules src/index.scss public/style.css",
16 "lint:style": "stylelint \"src/**/*.scss\"", 16 "lint:style": "stylelint \"src/**/*.scss\"",
17 "fix:style": "stylelint \"src/**/*.scss\" --fix", 17 "fix:style": "stylelint \"src/**/*.scss\" --fix",