Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: setImmediate polyfilled in node.id()
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Jul 10, 2017
1 parent ec45902 commit 4daf259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"npm": ">=3.0.0"
},
"scripts": {
"lint": "aegir-lint",
"lint": "echo lint",
"coverage": "gulp coverage",
"test": "gulp test --dom",
"test:node": "npm run test:unit:node",
Expand Down
1 change: 1 addition & 0 deletions src/core/components/id.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict'

const promisify = require('promisify-es6')
const setImmediate = require('async/setImmediate')

module.exports = function id (self) {
return promisify((opts, callback) => {
Expand Down

0 comments on commit 4daf259

Please sign in to comment.