Skip to content

Commit 5fb5b22

Browse files
committed
Adds publish hooks
1 parent 55c9eef commit 5fb5b22

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

animate.compat.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

animate.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
@charset "UTF-8";
33
/*!
4-
* animate.css - https://daneden.github.io/animate.css/
4+
* animate.css - https://animate.style/
55
* Version - 3.7.2
66
* Licensed under the MIT license - http://opensource.org/licenses/MIT
77
*
8-
* Copyright (c) 2020 Daniel Eden
8+
* Copyright (c) 2020 Animate.css
99
*/
1010
:root {
1111
--animate-duration: 1s;

animate.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"precommit": "lint-staged",
2525
"docs:library": "npx postcss source/animate.css -o ./docs/animate.min.css --no-map --env production",
2626
"docs:pages": "node ./docsSource/index.js",
27-
"docs": "npm-run-all docs:library docs:pages"
27+
"docs": "npm-run-all docs:library docs:pages",
28+
"version": "npm-run-all start docs && git add -A docs animate.css animate.min.css animate.compat.css",
29+
"postversion": "git push && git push --tags"
2830
},
2931
"browserslist": [
3032
"> 3%",

0 commit comments

Comments
 (0)