Skip to content

Commit

Permalink
fix missing closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
bentzibentz committed May 15, 2020
1 parent 87afb46 commit 36def01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion animate/keyframes/fadeOut.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const keyframeFadeOutBottomLeft= {
},
'to': {
opacity: '0',
transform: 'translate3d(-100%, 100%, 0'
transform: 'translate3d(-100%, 100%, 0)'
},
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-animatecss",
"version": "1.0.5",
"version": "1.0.6",
"description": "Add Animate CSS as Tailwind CSS plugin to your project.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 36def01

Please sign in to comment.