mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 14:54:58 +01:00
Segment build scripts
This commit is contained in:
parent
522fd8e41e
commit
24a097d31d
1 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
"description": "A just-add-css collection of styles to make simple websites just a little nicer.",
|
"description": "A just-add-css collection of styles to make simple websites just a little nicer.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node-sass ./src/water-dark.scss > ./dist/water-dark.css && node-sass ./src/water-light.scss > ./dist/water-light.css"
|
"build:dark": "node-sass ./src/water-dark.scss > ./dist/water-dark.css",
|
||||||
|
"build:light": "node-sass ./src/water-light.scss > ./dist/water-light.css",
|
||||||
|
"build": "yarn build:dark && yarn build:light"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -16,12 +18,12 @@
|
||||||
"simple",
|
"simple",
|
||||||
"minimal"
|
"minimal"
|
||||||
],
|
],
|
||||||
"author": "kognise",
|
"author": "Kognise",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/kognise/water.css/issues"
|
"url": "https://github.com/kognise/water.css/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/kognise/water.css#readme",
|
"homepage": "https://github.com/kognise/water.css",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"node-sass": "^4.11.0"
|
"node-sass": "^4.11.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue