Skip to content

Commit a3ac525

Browse files
author
Forbes Lindesay
committed
Add a core.js file temporarily to keep backwards compatibility
1 parent 0498f7c commit a3ac525

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
module.exports = require('./lib/core.js');
4+
5+
console.error('require("promise/core") is deprecated, use require("promise/lib/core") instead.');

0 commit comments

Comments
 (0)