Skip to content

Commit

Permalink
Update animate.css to version 3.6.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored and jonhue committed Jun 22, 2018
1 parent d83dfc2 commit 7b82393
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package.json
@@ -1,17 +1,17 @@
{
"name": "turbolinks-animate",
"version": "3.0.5",
"description": "Rich & adaptive animations for apps using Turbolinks™",
"main": "src/turbolinks-animate.js",
"bugs": {
"url": "https://github.com/jonhue/turbolinks-animate.js/issues",
"email": "me@jonhue.me"
},
"repository": "https://github.com/jonhue/turbolinks-animate.js",
"author": "Jonas Hübotter <me@jonhue.me>",
"license": "MIT",
"dependencies": {
"animate.css": "^3.5.2",
"turbolinks": "^5.0.3"
}
{
"name": "turbolinks-animate",
"version": "3.0.5",
"description": "Rich & adaptive animations for apps using Turbolinks™",
"main": "src/turbolinks-animate.js",
"bugs": {
"url": "https://github.com/jonhue/turbolinks-animate.js/issues",
"email": "me@jonhue.me"
},
"repository": "https://github.com/jonhue/turbolinks-animate.js",
"author": "Jonas Hübotter <me@jonhue.me>",
"license": "MIT",
"dependencies": {
"animate.css": "^3.6.1",
"turbolinks": "^5.0.3"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


animate.css@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-3.5.2.tgz#91e668dc069a808e5e499514867b97aae0166c36"
animate.css@^3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-3.6.1.tgz#4ea8a48556378bc8d7535224296c4c0dac9229de"

turbolinks@^5.0.3:
version "5.0.3"
Expand Down

0 comments on commit 7b82393

Please sign in to comment.