We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25d440 commit 0d2af07Copy full SHA for 0d2af07
auto.js
@@ -1,4 +1,4 @@
1
// This file can be required in Browserify and Node.js for automatic polyfill
2
// To use it: require('es6-promise/auto');
3
'use strict';
4
-module.exports = require('.').polyfill();
+module.exports = require('./').polyfill();
0 commit comments