This commit is contained in:
Louis Lin 2021-01-24 12:32:01 +01:00
parent 7b69ffa45c
commit 9011a58ca4
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/*! font-awesome-animation v1.1.0 | MIT License | https://github.com/l-lin/font-awesome-animation */ /*! font-awesome-animation v1.1.1 | MIT License | https://github.com/l-lin/font-awesome-animation */
@-webkit-keyframes bounce { @-webkit-keyframes bounce {
0%, 10%, 20%, 50%, 80%, 100% { 0%, 10%, 20%, 50%, 80%, 100% {
transform: translateY(0); transform: translateY(0);

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "font-awesome-animation", "name": "font-awesome-animation",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "font-awesome-animation", "name": "font-awesome-animation",
"version": "1.1.0", "version": "1.1.1",
"dependencies": {}, "dependencies": {},
"author": "l-lin", "author": "l-lin",
"license": "MIT", "license": "MIT",