Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spinners-loading",
"version": "1.0.0",
"version": "1.0.1",
"description": "A totally customizable component for loading spinners/animation for your react project, it can serve as document loader (full screen), specific block loading animation and more, it has presets and accept your own assets as spinners",
"author": "Abdelghafour Rakhma",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"type": "git",
"url": "https://github.com/Sletheren/react-loading-spinners.git"
},
"main": "index.js",
"main": "dist/index.js",
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why referencing dist? when it's not there ?

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
Expand Down