Skip to content

Commit 3002c7f

Browse files
author
Amir Tocker
committed
Move all sources from src to lib
1 parent d1c4ddc commit 3002c7f

24 files changed

+19
-7
lines changed

cloudinary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./lib/cloudinary');
1+
module.exports = process.versions.node[0] === '4' ? require('./lib-node4/cloudinary') : require('./lib/cloudinary');
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)