Skip to content

Commit

Permalink
Fix dependency of sample projects on cloudinary. Fixes #80.
Browse files Browse the repository at this point in the history
Intead of specifying parent folders as dependencies, use `npm link` to link sample code to local sources.
  • Loading branch information
tocker committed Jan 11, 2016
1 parent 7732644 commit 0ad12cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/basic/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "basic node sample of cloudinary npm",
"main": "basic.js",
"dependencies": {
"cloudinary": "file:../..",
"cloudinary": "^1.3.0",
"dotenv": "1.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion samples/photo_album/package.json
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.5.2",
"cloudinary": "file:../..",
"cloudinary": "^1.3.0",
"connect-multiparty": "^1.1.0",
"dotenv": "^0.4.0",
"ejs": "^1.0.0",
Expand Down

0 comments on commit 0ad12cb

Please sign in to comment.