coffee4clients
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "coffee4clients", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Extends Express.js such that when a .coffee file is accessed through an express server the response is the compiled javascript instead of the source coffeescript", | ||
@@ -45,2 +45,5 @@ "homepage": "https://github.com/balupton/coffee4clients.npm", | ||
}, | ||
"dependencies": { | ||
"coffee-script": ">=1.1.1" | ||
}, | ||
"engines" : { | ||
@@ -47,0 +50,0 @@ "node": ">=0.4.0" |
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
2629
1
+ Addedcoffee-script@>=1.1.1
+ Addedcoffee-script@1.12.7(transitive)