diff options
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": "", |