Comparing version 0.1.0 to 0.1.1
@@ -7,2 +7,7 @@ /** | ||
// Include setImmediate for browser support | ||
if ('undefined' === typeof setImmediate) { | ||
require('setimmediate'); | ||
} | ||
var Promise = global.Promise || require('es6-promise').Promise; | ||
@@ -9,0 +14,0 @@ |
{ | ||
"name": "dispatchr", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Flux dispatcher for applications that run on the server and the client.", | ||
@@ -24,3 +24,4 @@ "main": "index.js", | ||
"debug": "^1.0.0", | ||
"es6-promise": "^1.0.0" | ||
"es6-promise": "^1.0.0", | ||
"setimmediate": "^1.0.2" | ||
}, | ||
@@ -31,4 +32,3 @@ "devDependencies": { | ||
"jshint": "^2.5.1", | ||
"mocha": "^1.20.0", | ||
"precommit-hook": "^1.0.2" | ||
"mocha": "^1.20.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "jshintConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47053
4
286
3
+ Addedsetimmediate@^1.0.2
+ Addedsetimmediate@1.0.5(transitive)