Skip to content

Commit fde0836

Browse files
authored
Merge pull request #243 from wKovacs64/fix-auto-again
Fix auto.js for Node < 4 compatibility
2 parents b25d440 + 0d2af07 commit fde0836

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)