1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
This commit is contained in:
Jenil Gogari 2017-11-15 17:21:12 -05:00
parent 03679a932f
commit d50e7a8c2a

View File

@ -1,17 +1,20 @@
{ {
"name": "chota", "name": "chota",
"version": "0.3.4", "version": "0.4.0",
"description": "A really small CSS framework", "description": "A really small CSS framework",
"main": "dist/chota.min.css", "main": "dist/chota.min.css",
"scripts": { "scripts": {
"start": "start": "browser-sync start --server --directory --files '**/*.css' '**/*.html'",
"browser-sync start --server --directory --files '**/*.css' '**/*.html'",
"build": "rm -r dist/ && yarn postcss && NODE_ENV=production yarn postcss -x .min.css", "build": "rm -r dist/ && yarn postcss && NODE_ENV=production yarn postcss -x .min.css",
"postcss": "postcss ./src/chota.css -d dist/", "postcss": "postcss ./src/chota.css -d dist/",
"watch": "NODE_ENV=development yarn postcss -w", "watch": "NODE_ENV=development yarn postcss -w",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": ["css", "minimal", "web"], "keywords": [
"css",
"minimal",
"web"
],
"author": "Jenil Gogari", "author": "Jenil Gogari",
"license": "MIT", "license": "MIT",
"homepage": "https://jenil.github.io/chota", "homepage": "https://jenil.github.io/chota",
@ -29,5 +32,9 @@
"postcss-csso": "^3.0.0", "postcss-csso": "^3.0.0",
"postcss-import": "^9.1.0" "postcss-import": "^9.1.0"
}, },
"files": ["src/", "dist/", "README.md"] "files": [
"src/",
"dist/",
"README.md"
]
} }