Skip to content

Commit 41b2936

Browse files
committed
Fix package.json
1 parent 6793741 commit 41b2936

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"description": "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
7-
"types": "lib/typescript/index.d.ts",
7+
"types": "lib/typescript/src/index.d.ts",
88
"react-native": {
9-
"lib/commonjs/index": "src/index",
109
"zlib": "browserify-zlib",
1110
"console": "console-browserify",
1211
"constants": "constants-browserify",
@@ -34,7 +33,6 @@
3433
},
3534
"source": "src/index",
3635
"files": [
37-
"src",
3836
"lib",
3937
"android",
4038
"ios",
@@ -233,7 +231,6 @@
233231
]
234232
},
235233
"browser": {
236-
"lib/commonjs/index": "src/index",
237234
"zlib": "browserify-zlib",
238235
"console": "console-browserify",
239236
"constants": "constants-browserify",

0 commit comments

Comments
 (0)