We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ed5fc commit 352df56Copy full SHA for 352df56
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fetch-loading",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Loading animation which can be displayed while data is fetched from an API",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
@@ -9,7 +9,7 @@
9
"rollup": "rollup -c --bundleConfigAsCjs"
10
},
11
"files": [
12
- "src/*"
+ "dist/*"
13
],
14
"keywords": [
15
"loading",
0 commit comments