Skip to content

Commit

Permalink
add animate.css as a dependency and bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradpurchase committed Apr 16, 2020
1 parent 3d76e84 commit e4bb77f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ezrirx/sourdough",
"version": "1.0.1",
"version": "1.0.2",
"description": "React library for toast and modal style alerts",
"author": "Brad Purchase <brad@ezrirx.com>",
"bugs": {
Expand All @@ -18,6 +18,7 @@
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"animate.css": "^3.7.2",
"babel-loader": "^8.0.6",
"prop-types": "^15.7.2",
"react": "^16.12.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,11 @@ ajv@^6.1.0, ajv@^6.10.2:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

animate.css@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-3.7.2.tgz#e73e0d50e92cb1cfef1597d9b38a9481020e08ea"
integrity sha512-0bE8zYo7C0KvgOYrSVfrzkbYk6IOTVPNqkiHg2cbyF4Pq/PXzilz4BRWA3hwEUBoMp5VBgrC29lQIZyhRWdBTw==

ansi-regex@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
Expand Down

0 comments on commit e4bb77f

Please sign in to comment.