jasmine-node
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -67,3 +67,7 @@ var util, | ||
case '--coffee': | ||
require('coffee-script'); | ||
try { | ||
require('coffee-script/register'); // support CoffeeScript >=1.7.0 | ||
} catch ( e ) { | ||
require('coffee-script'); // support CoffeeScript <=1.6.3 | ||
} | ||
extensions = "js|coffee|litcoffee"; | ||
@@ -278,4 +282,4 @@ break; | ||
function printVersion(){ | ||
console.log("1.13.0"); | ||
console.log("1.13.1"); | ||
process.exit(0); | ||
} |
{ | ||
"name": "jasmine-node", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "DOM-less simple JavaScript BDD testing framework for Node", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -238,2 +238,3 @@ jasmine-node | ||
* _1.13.1_ Add coffee-script support for 1.7.x (thanks to [nathancarter](https://github.com/nathancarter)) | ||
* _1.13.0_ Added timing to the verbose reporter (thanks to [rick-kilgore](https://github.com/rick-kilgore)) | ||
@@ -240,0 +241,0 @@ * _1.12.1_ Fixed an issue where an undefined variable caused an unhelpful |
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
160631
4302
278