Comparing version 0.0.5 to 0.0.6
@@ -7,3 +7,3 @@ /** | ||
var Promise = global.Promise || require('bluebird'), | ||
var Promise = global.Promise || require('es6-promise').Promise, | ||
debug = require('debug')('Dispatchr:dispatcher'); | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "dispatchr", | ||
"version": "0.0.5", | ||
"description": "A dispatcher to aid in following the Flux application architecture for applications that run in the server and the client", | ||
"version": "0.0.6", | ||
"description": "A Flux dispatcher for applications that run on the server and the client.", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mridgway/dispatchr.git" | ||
}, | ||
"scripts": { | ||
@@ -19,4 +23,4 @@ "cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec", | ||
"dependencies": { | ||
"bluebird": "^1.2.4", | ||
"debug": "^0.8.1" | ||
"debug": "^0.8.1", | ||
"es6-promise": "^1.0.0" | ||
}, | ||
@@ -23,0 +27,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
Dispatchr | ||
Dispatchr [![Build Status](https://travis-ci.org/mridgway/dispatchr.svg?branch=master)](https://travis-ci.org/mridgway/dispatchr) | ||
========= | ||
@@ -3,0 +3,0 @@ |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
39752
0
+ Addedes6-promise@^1.0.0
+ Addedes6-promise@1.0.0(transitive)
- Removedbluebird@^1.2.4
- Removedbluebird@1.2.4(transitive)