Commit 73ae77cb by Mithgol the Webmaster

mapbox/node-sqlite3#331: replace `set-immediate` by `setimmediate`

parent 7f17d0fc
......@@ -38,7 +38,7 @@
"dependencies": {
"nan": "1.1.2",
"node-pre-gyp": "0.5.22",
"set-immediate": "0.1.1"
"setimmediate": "1.0.2"
},
"bundledDependencies": [
"node-pre-gyp"
......
var sqlite3 = require('..');
var assert = require('assert');
require('set-immediate');
require('setimmediate');
describe('profiling', function() {
var create = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment