diff --git a/dist/three-dots.css b/dist/three-dots.css index 4b80cf8..88a2e36 100644 --- a/dist/three-dots.css +++ b/dist/three-dots.css @@ -1,6 +1,6 @@ /*! - * three-dots - v0.2.3 + * three-dots - v0.3.2 * CSS loading animations made with single element * https://nzbin.github.io/three-dots/ * diff --git a/dist/three-dots.min.css b/dist/three-dots.min.css index 15ea4c5..ff6f51b 100644 --- a/dist/three-dots.min.css +++ b/dist/three-dots.min.css @@ -1,6 +1,6 @@ /*! - * three-dots - v0.2.3 + * three-dots - v0.3.2 * CSS loading animations made with single element * https://nzbin.github.io/three-dots/ * diff --git a/docs/css/three-dots.css b/docs/css/three-dots.css index 4b80cf8..88a2e36 100644 --- a/docs/css/three-dots.css +++ b/docs/css/three-dots.css @@ -1,6 +1,6 @@ /*! - * three-dots - v0.2.3 + * three-dots - v0.3.2 * CSS loading animations made with single element * https://nzbin.github.io/three-dots/ * diff --git a/package.json b/package.json index d1c1183..ca99d1e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",