File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 14
14
run : yarn install
15
15
16
16
- name : Build ReactTooltip component package
17
- run : yarn build
17
+ run : yarn build-rollup
18
18
19
19
- name : Bundlesize
20
20
run : yarn run bundlesize
Original file line number Diff line number Diff line change 1
1
{
2
2
"files" : [
3
3
{
4
- "path" : " ./dist/react-tooltip.cjs. min.js " ,
4
+ "path" : " ./dist/react-tooltip.min.cjs " ,
5
5
"maxSize" : " 10 kB"
6
6
},
7
7
{
8
- "path" : " ./dist/react-tooltip.esm. min.js " ,
8
+ "path" : " ./dist/react-tooltip.min.mjs " ,
9
9
"maxSize" : " 10 kB"
10
10
},
11
11
{
12
- "path" : " ./dist/react-tooltip.iife .min.js" ,
12
+ "path" : " ./dist/react-tooltip.umd .min.js" ,
13
13
"maxSize" : " 10 kB"
14
14
}
15
15
]
Original file line number Diff line number Diff line change 18
18
"postbuild" : " npm run types && npm run bundlesize" ,
19
19
"prepublishOnly" : " npm run build-rollup"
20
20
},
21
- "main" : " dist/react-tooltip.cjs.min.js" ,
22
- "module" : " dist/react-tooltip.esm.min.js" ,
23
21
"types" : " dist/react-tooltip.d.ts" ,
24
22
"license" : " MIT" ,
25
23
"private" : false ,
You can’t perform that action at this time.
0 commit comments