Skip to content

Commit 0d2af07

Browse files
committed
Fix auto.js for Node < 4 compatibility
1 parent b25d440 commit 0d2af07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This file can be required in Browserify and Node.js for automatic polyfill
22
// To use it: require('es6-promise/auto');
33
'use strict';
4-
module.exports = require('.').polyfill();
4+
module.exports = require('./').polyfill();

0 commit comments

Comments
 (0)