Comparing version 0.4.0 to 0.4.1
@@ -102,3 +102,3 @@ /* | ||
callback(null, uri.content); | ||
callback(null, uri.content, uri); | ||
@@ -105,0 +105,0 @@ return; |
{ | ||
"name": "datauri", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A simple Data URI scheme generator", | ||
@@ -11,3 +11,3 @@ "main": "datauri.js", | ||
"templayed": "~0.2.3", | ||
"mimer": "~0.1.0", | ||
"mimer": "~0.1.1", | ||
"rsvp": "~3.0.3" | ||
@@ -35,7 +35,7 @@ }, | ||
"devDependencies": { | ||
"mocha": "~1.12.1", | ||
"chai": "~1.7.2", | ||
"jshint": "~2.1.10", | ||
"sinon": "~1.7.3" | ||
"mocha": "~1.17.1", | ||
"chai": "~1.9.0", | ||
"jshint": "~2.4.3", | ||
"sinon": "~1.8.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
datauri [![Build Status](https://secure.travis-ci.org/heldr/datauri.png?branch=master)](http://travis-ci.org/heldr/datauri) | ||
datauri [![Build Status](https://secure.travis-ci.org/heldr/datauri.png?branch=master)](http://travis-ci.org/heldr/datauri) [![NPM version](https://badge.fury.io/js/datauri.png)](http://badge.fury.io/js/datauri) | ||
======= | ||
@@ -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
13100
Updatedmimer@~0.1.1