Skip to content

Commit 16f1926

Browse files
feat!: url analytics enabled by default
1 parent d2510eb commit 16f1926

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

cloudinary.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
if (Number(process.versions.node.split('.')[0]) < 8) {
2-
console.warn('DEPRECATION NOTICE - Node 6 has been scheduled for removal from the Cloudinary SDK');
3-
// required polyfills for native ES6/7 functions (such as String.prototype.padStart)
4-
require('core-js');
5-
module.exports = require('./lib-es5/cloudinary');
6-
} else {
7-
module.exports = require('./lib/cloudinary');
8-
}
1+
module.exports = require('./lib/cloudinary');

0 commit comments

Comments
 (0)