File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4444 "./global" : {
4545 "import" : " ./global/dist/goober-global.modern.js" ,
4646 "require" : " ./global/dist/goober-global.cjs" ,
47- "umd" : " ./global/dist/goober-global.umd.js"
47+ "umd" : " ./global/dist/goober-global.umd.js" ,
48+ "types" : " ./global/global.d.ts"
4849 },
4950 "./prefixer" : {
5051 "import" : " ./prefixer/dist/goober-autoprefixer.modern.js" ,
5152 "require" : " ./prefixer/dist/goober-autoprefixer.cjs" ,
52- "umd" : " ./prefixer/dist/goober-autoprefixer.umd.js"
53+ "umd" : " ./prefixer/dist/goober-autoprefixer.umd.js" ,
54+ "types" : " ./prefixer/autoprefixer.d.ts"
5355 },
5456 "./should-forward-prop" : {
5557 "import" : " ./should-forward-prop/dist/goober-should-forward-prop.modern.js" ,
5658 "require" : " ./should-forward-prop/dist/goober-should-forward-prop.cjs" ,
57- "umd" : " ./should-forward-prop/dist/goober-should-forward-prop.umd.js"
59+ "umd" : " ./should-forward-prop/dist/goober-should-forward-prop.umd.js" ,
60+ "types" : " ./should-forward-prop/should-forward-prop.d.ts"
5861 }
5962 },
6063 "scripts" : {
You can’t perform that action at this time.
0 commit comments