mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
v0.9.1
This commit is contained in:
parent
924392f496
commit
bf8b144971
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "chota",
|
"name": "chota",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"description": "A really small CSS framework",
|
"description": "A really small CSS framework",
|
||||||
"main": "dist/chota.min.css",
|
"main": "dist/chota.min.css",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -10,7 +10,8 @@
|
|||||||
"postcss": "postcss ./src/chota.css -d dist/",
|
"postcss": "postcss ./src/chota.css -d dist/",
|
||||||
"watch": "cross-env NODE_ENV=development yarn postcss -w",
|
"watch": "cross-env NODE_ENV=development yarn postcss -w",
|
||||||
"test": "stylelint src/*.css",
|
"test": "stylelint src/*.css",
|
||||||
"preversion": "yarn build"
|
"preversion": "yarn build && git commit --amend --no-edit",
|
||||||
|
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
|
Loading…
Reference in New Issue
Block a user