This commit is contained in:
Jenil G 2023-03-21 21:55:01 -04:00
parent 924392f496
commit bf8b144971
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "chota",
"version": "0.9.0",
"version": "0.9.1",
"description": "A really small CSS framework",
"main": "dist/chota.min.css",
"scripts": {
@ -10,7 +10,8 @@
"postcss": "postcss ./src/chota.css -d dist/",
"watch": "cross-env NODE_ENV=development yarn postcss -w",
"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": [
"css",