Skip to content

Commit 26132ef

Browse files
committed
chore: small tweak to the package.json
1 parent d902ff4 commit 26132ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "Easily render a loader while your React app is loading, optionally waiting for a promise as well",
55
"main": "lib/index.js",
66
"module": "es/index.js",
7+
"files": [
8+
"lib",
9+
"es"
10+
],
711
"homepage": "https://github.com/moxystudio/react-wait-for-react#readme",
812
"author": "André Cruz <andre@moxy.studio>",
913
"license": "MIT",
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/moxystudio/react-wait-for-react.git"
13-
},
1414
"keywords": [
1515
"react",
1616
"preload",
@@ -32,13 +32,13 @@
3232
"first input delay",
3333
"promise"
3434
],
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/moxystudio/react-wait-for-react.git"
38+
},
3539
"bugs": {
3640
"url": "https://github.com/moxystudio/react-wait-for-react/issues"
3741
},
38-
"files": [
39-
"lib",
40-
"es"
41-
],
4242
"scripts": {
4343
"prebuild": "cpr src src-tmp -d && babel src/inline-script.raw.js -o src-tmp/inline-script.raw.js && terser -c -m -o src-tmp/inline-script.raw.js -- src-tmp/inline-script.raw.js",
4444
"build:commonjs": "BABEL_ENV=commonjs babel src-tmp -d lib --delete-dir-on-start",

0 commit comments

Comments
 (0)