Comparing version 2.3.4 to 2.3.5
@@ -5,3 +5,3 @@ var os = require('os'), | ||
DetectiveList = require('./lib/list/detective.js'), | ||
packageCommonJs = require('./lib/runner/package-commonjs'), | ||
packageCommonJs = require('./lib/runner/commonjs/index.js'), | ||
Capture = require('./lib/file-tasks/capture.js'), | ||
@@ -8,0 +8,0 @@ Minilog = require('minilog'), |
{ | ||
"name": "gluejs", | ||
"description": "Build CommonJS modules for the browser via a chainable API", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Mikito Takada", |
@@ -37,6 +37,7 @@ # gluejs V2 | ||
app.use(express.static(__dirname + '/index.html')); | ||
app.use(express.static(__dirname)); | ||
app.use('/app.js', glue.middleware({ | ||
include: [ './lib', './node_modules/microee/' ] | ||
basepath: __dirname, | ||
include: [ './lib', '../node_modules/jade/' ] | ||
})); | ||
@@ -43,0 +44,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
539
2
113923
50