Adds publish hooks

This commit is contained in:
Elton Mesquita 2020-05-07 17:17:11 +01:00
parent 55c9eef7c2
commit 5fb5b22549
4 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

4
animate.css vendored
View File

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

4
animate.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,9 @@
"precommit": "lint-staged",
"docs:library": "npx postcss source/animate.css -o ./docs/animate.min.css --no-map --env production",
"docs:pages": "node ./docsSource/index.js",
"docs": "npm-run-all docs:library docs:pages"
"docs": "npm-run-all docs:library docs:pages",
"version": "npm-run-all start docs && git add -A docs animate.css animate.min.css animate.compat.css",
"postversion": "git push && git push --tags"
},
"browserslist": [
"> 3%",