Skip to content

Commit 352df56

Browse files
export /dist instead of /src
1 parent 16ed5fc commit 352df56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-loading",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Loading animation which can be displayed while data is fetched from an API",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -9,7 +9,7 @@
99
"rollup": "rollup -c --bundleConfigAsCjs"
1010
},
1111
"files": [
12-
"src/*"
12+
"dist/*"
1313
],
1414
"keywords": [
1515
"loading",

0 commit comments

Comments
 (0)