Skip to content

Commit 9b0a416

Browse files
committed
v0.9.2
1 parent bf8b144 commit 9b0a416

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dist/chota.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* chota.css v0.8.1 | MIT License | https://github.com/jenil/chota
2+
* chota.css v0.9.2 | MIT License | https://github.com/jenil/chota
33
*/
44
:root {
55
--bg-color: #fff;

dist/chota.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chota",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "A really small CSS framework",
55
"main": "dist/chota.min.css",
66
"scripts": {
@@ -10,7 +10,6 @@
1010
"postcss": "postcss ./src/chota.css -d dist/",
1111
"watch": "cross-env NODE_ENV=development yarn postcss -w",
1212
"test": "stylelint src/*.css",
13-
"preversion": "yarn build && git commit --amend --no-edit",
1413
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
1514
},
1615
"keywords": [

0 commit comments

Comments
 (0)