sbweb-scalegorithm
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -12,3 +12,4 @@ /** | ||
//serve everything as static | ||
app.use(express.static(path.join(__dirname, 'build'))); | ||
app.use(express.static(path.join(__dirname, 'examples'))); | ||
app.use('/scripts',express.static(path.join(__dirname, 'build'))); | ||
app.listen(3000, () => console.log('app listening on port 3000!')) |
{ | ||
"name": "sbweb-scalegorithm", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"author": "S. Derdeyn <sigged@users.noreply.github.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
117244
19
511