coffeescript-module
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "coffeescript-module", | ||
"description": "A base class for your Coffeescript projects", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"author": "Ryan LeFevre <meltingice8917@gmail.com> (http://meltingice.net)", | ||
@@ -13,4 +13,4 @@ "homepage": "http://meltingice.net/2013/03/06/a-coffeescript-base-class/", | ||
"dependencies": { | ||
"coffee-script": ">= 1.6.1" | ||
"coffee-script": ">= 1.7.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
require('coffee-script'); | ||
module.exports = require('./module'); | ||
require('coffee-script/register'); | ||
module.exports = require('./module.coffee'); |
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
3608
Updatedcoffee-script@>= 1.7.1