Skip to content

Commit

Permalink
chore: release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 1, 2022
1 parent e58737e commit 9587ed2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/three-dots.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/three-dots.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/three-dots.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-dots",
"version": "0.3.1",
"version": "0.3.2",
"description": "CSS loading animations made with single element",
"files": [
"dist",
Expand Down Expand Up @@ -33,7 +33,7 @@
"postcss": "postcss -r dist/*.css --map",
"watch": "onchange sass -- run-s sass copy",
"lint": "stylelint \"scss/**/*.scss\" --fix",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
Expand Down

0 comments on commit 9587ed2

Please sign in to comment.