diamond.js
Advanced tools
Comparing version 0.2.18 to 0.2.19
@@ -19,2 +19,3 @@ // Generated by CoffeeScript 1.8.0 | ||
Diamond.Controller = require('./controller'); | ||
this.db = new (require('./database')); | ||
if (callback != null) { | ||
@@ -21,0 +22,0 @@ callback.call(this); |
{ | ||
"name": "diamond.js", | ||
"description": "MVC web framework", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"author": { | ||
@@ -23,3 +23,2 @@ "name": "Arthur Xavier", | ||
"devDependencies": { | ||
"coffee-script": "^1.7.1", | ||
"mocha": "^1.21.3", | ||
@@ -31,4 +30,5 @@ "mongojs": "^0.13.1", | ||
"dependencies": { | ||
"express": "~4.2.0" | ||
"express": "~4.2.0", | ||
"coffee-script": "^1.8.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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
34812
4
28
493
1
203
2
+ Addedcoffee-script@^1.8.0
+ Addedcoffee-script@1.12.7(transitive)