Skip to content

Commit 533bb6e

Browse files
author
Amir Tocker
committed
Add budled sample.
1 parent 997e665 commit 533bb6e

File tree

3 files changed

+27374
-0
lines changed

3 files changed

+27374
-0
lines changed

samples/bundled/bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "cloudinary-react-bundled-sample",
3+
"description": "",
4+
"homepage": "https://github.com/CloudinaryLtd/cloudinary_react",
5+
"authors": [
6+
"Cloudinary"
7+
],
8+
"main": "",
9+
"license": "MIT",
10+
"private": true,
11+
"ignore": [
12+
"**/.*",
13+
"node_modules",
14+
"bower_components",
15+
"test",
16+
"tests"
17+
],
18+
"dependencies": {
19+
"react": "^15.3.1",
20+
"lodash": "^3.10.0",
21+
"cloudinary-core": "^2.1.3"
22+
},
23+
"resolutions": {
24+
"lodash": "3.x"
25+
}
26+
}

0 commit comments

Comments
 (0)