Skip to content

Commit

Permalink
Update npm main
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Jan 27, 2019
1 parent 8738b72 commit 48343a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "git://github.com/cloudinary/cloudinary_js.git"
},
"main": [
"js/jquery.cloudinary.js"
"dist/cloudinary-jquery-file-upload.js"
],
"dependencies": {
"jquery": ">=1.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cloudinary_js",
"version": "2.5.0",
"description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.",
"main": "js/jquery.cloudinary.js",
"main": "dist/cloudinary-jquery-file-upload.min.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 48343a7

Please sign in to comment.