File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 22 "name" : " @cloudinary/html" ,
33 "version" : " 1.13.1" ,
44 "description" : " An HTML wrapper for Cloudinary" ,
5- "main" : " ./index.js" ,
6- "umd" : " ./index.umd.js" ,
7- "module" : " ./index.esm.js" ,
8- "types" : " ./index.d.ts" ,
5+ "main" : " ./dist/ index.js" ,
6+ "umd" : " ./dist/ index.umd.js" ,
7+ "module" : " ./dist/ index.esm.js" ,
8+ "types" : " ./dist/ index.d.ts" ,
99 "type" : " module" ,
10+ "files" : [" package.json" , " dist" ],
1011 "sideEffects" : false ,
1112 "repository" : " https://github.com/cloudinary/frontend-frameworks" ,
1213 "scripts" : {
Original file line number Diff line number Diff line change 55 "author" : " cloudinary" ,
66 "license" : " MIT" ,
77 "repository" : " https://github.com/cloudinary/frontend-frameworks" ,
8- "main" : " index.umd.js" ,
9- "module" : " index.js" ,
10- "types" : " index.d.ts" ,
8+ "main" : " dist/index.umd.js" ,
9+ "module" : " dist/index.js" ,
10+ "types" : " dist/index.d.ts" ,
11+ "files" : [" package.json" , " dist" ],
1112 "sideEffects" : false ,
1213 "engines" : {
1314 "node" : " >=10"
Original file line number Diff line number Diff line change 55 "author" : " cloudinary" ,
66 "license" : " MIT" ,
77 "type" : " module" ,
8- "main" : " index.js" ,
8+ "main" : " dist/index.js" ,
9+ "files" : [" package.json" , " dist" ],
910 "repository" : {
1011 "type" : " git" ,
1112 "url" : " https://github.com/cloudinary/frontend-frameworks.git" ,
You can’t perform that action at this time.
0 commit comments