File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rollup-plugin-copy-merge" ,
3
3
"description" : " Copy & Merge files and folders using Rollup" ,
4
- "version" : " 0.3.1 " ,
4
+ "version" : " 0.3.2 " ,
5
5
"author" : " syJSdev <whitedragon226@gmail.com>" ,
6
6
"repository" : " syJSdev/rollup-plugin-copy-merge" ,
7
7
"main" : " dist/index.commonjs.js" ,
21
21
"postpack" : " pinst --enable"
22
22
},
23
23
"dependencies" : {
24
- "@types/fs-extra" : " ^9.0.13" ,
25
24
"colorette" : " ^2.0.17" ,
26
25
"fs-extra" : " ^10.1.0" ,
27
26
"globby" : " 11.0.4" ,
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ export default {
12
12
external : [ ...Object . keys ( pkg . dependencies ) , 'path' ] ,
13
13
output : [
14
14
{
15
- file : 'dist/index.commonjs.js' ,
15
+ file : pkg . main ,
16
16
format : 'commonjs' ,
17
17
exports : 'auto'
18
18
} ,
19
19
{
20
- file : 'dist/index .module.js' ,
20
+ file : pkg . module ,
21
21
format : 'module' ,
22
22
exports : 'auto'
23
23
}
Original file line number Diff line number Diff line change 1402
1402
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
1403
1403
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
1404
1404
1405
- " @types/fs-extra@^9.0.13 " :
1406
- version "9.0.13"
1407
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
1408
- integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
1409
- dependencies :
1410
- " @types/node" " *"
1411
-
1412
1405
" @types/graceful-fs@^4.1.3 " :
1413
1406
version "4.1.5"
1414
1407
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
You can’t perform that action at this time.
0 commit comments