File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Easily render a loader while your React app is loading, optionally waiting for a promise as well" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
7
+ "files" : [
8
+ " lib" ,
9
+ " es"
10
+ ],
7
11
"homepage" : " https://github.com/moxystudio/react-wait-for-react#readme" ,
8
12
"author" : " André Cruz <andre@moxy.studio>" ,
9
13
"license" : " MIT" ,
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " git+https://github.com/moxystudio/react-wait-for-react.git"
13
- },
14
14
"keywords" : [
15
15
" react" ,
16
16
" preload" ,
32
32
" first input delay" ,
33
33
" promise"
34
34
],
35
+ "repository" : {
36
+ "type" : " git" ,
37
+ "url" : " git+https://github.com/moxystudio/react-wait-for-react.git"
38
+ },
35
39
"bugs" : {
36
40
"url" : " https://github.com/moxystudio/react-wait-for-react/issues"
37
41
},
38
- "files" : [
39
- " lib" ,
40
- " es"
41
- ],
42
42
"scripts" : {
43
43
"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" ,
44
44
"build:commonjs" : " BABEL_ENV=commonjs babel src-tmp -d lib --delete-dir-on-start" ,
You can’t perform that action at this time.
0 commit comments