Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhnpd committed Feb 1, 2021
1 parent 04056d4 commit e82eaec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-loader-spinner",
"version": "3.1.15-0",
"version": "4.0.0",
"description": " react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
"spinner",
"react"
],
"types": "dist/types/index.d.ts",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "babel src -d dist --copy-files",
"release:major": "npm version major && git push --tags",
Expand Down

0 comments on commit e82eaec

Please sign in to comment.