Comparing version 0.3.1 to 0.3.2
@@ -1,5 +0,5 @@ | ||
var fs = require('fs'), | ||
_ = require('lodash'), | ||
Path = require('path') | ||
Utils = require('./utils'); | ||
var _ = require('lodash'), | ||
Path = require('path'), | ||
Utils = require('./utils'), | ||
fs = Utils.fs; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "advanced", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A simple MVC framework based on Express", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
6
35494