diff options
author | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
commit | 2448ebfdef6a15549137cf42116168f467bae393 (patch) | |
tree | 770606867cdbc11a0d56777c77926504aa586ea1 /package.json | |
parent | Update (diff) | |
download | furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.gz furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.bz2 furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.zip |
Refactoring
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 252a03d..41d839e 100644 --- a/package.json +++ b/package.json | |||
@@ -5,9 +5,9 @@ | |||
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1", | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | "build:light": "sass -I node_modules src/light.scss dist/light.css", | 8 | "build:design": "sass -I node_modules src/design.scss dist/design.css", |
9 | "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", | 9 | "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", |
10 | "build": "pnpm build:light && pnpm build:dark" | 10 | "build": "pnpm build:design && pnpm build:dark" |
11 | }, | 11 | }, |
12 | "keywords": [], | 12 | "keywords": [], |
13 | "author": "", | 13 | "author": "", |