buster-coffee
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "buster-coffee", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Buster.JS extension: Automatically compile CoffeeScript files before running tests", | ||
@@ -15,2 +15,3 @@ "homepage": "https://github.com/busterjs/buster-coffee", | ||
}, | ||
"license": "BSD-2-Clause", | ||
"main": "lib/buster-coffee.js", | ||
@@ -22,8 +23,8 @@ "scripts": { | ||
"dependencies": { | ||
"coffee-script": "" | ||
"coffee-script": "*" | ||
}, | ||
"devDependencies": { | ||
"buster": "", | ||
"buster-resources": "", | ||
"buster-lint": "" | ||
"buster": "*", | ||
"buster-resources": "*", | ||
"buster-lint": "*" | ||
}, | ||
@@ -30,0 +31,0 @@ "optionalDependencies": {}, |
@@ -55,2 +55,6 @@ # buster-coffee | ||
### 0.1.6 (2015-07-15) | ||
- Add license declaration to package.json. | ||
### 0.1.5 (2014-09-11) | ||
@@ -57,0 +61,0 @@ |
@@ -84,2 +84,9 @@ var buster = require("buster"); | ||
// Override any mimetype definitions for coffee files to have the test | ||
// work with newer versions of the mime package too. | ||
var mime = require( | ||
"../node_modules/buster-resources/node_modules/mime" | ||
); | ||
mime.define({"application/x-foo": ["coffee"]}); | ||
this.resourceSet.addResource({ | ||
@@ -86,0 +93,0 @@ path: "/more.coffee", |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
539048
9993
92
4
Updatedcoffee-script@*