Comparing version 9.2.0 to 9.3.0
@@ -351,3 +351,3 @@ #!/usr/bin/env node | ||
const cwd = process.cwd(); | ||
const entry = args._.length > 0 ? path.join(cwd, args._[0]) : cwd; | ||
const entry = args._.length > 0 ? path.resolve(args._[0]) : cwd; | ||
@@ -354,0 +354,0 @@ const config = await loadConfig(cwd, entry, args); |
{ | ||
"name": "serve", | ||
"version": "9.2.0", | ||
"version": "9.3.0", | ||
"description": "Static file serving and directory listing", | ||
@@ -28,3 +28,3 @@ "scripts": { | ||
"@zeit/git-hooks": "0.1.4", | ||
"eslint": "5.0.1" | ||
"eslint": "5.1.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "eslintConfig": { | ||
"dependencies": { | ||
"@zeit/schemas": "1.6.0", | ||
"@zeit/schemas": "1.6.3", | ||
"ajv": "6.5.2", | ||
@@ -47,5 +47,5 @@ "arg": "2.0.0", | ||
"clipboardy": "1.2.3", | ||
"serve-handler": "3.3.0", | ||
"serve-handler": "3.3.1", | ||
"update-check": "1.5.2" | ||
} | ||
} |
![](https://assets.zeit.co/image/upload/v1527770721/repositories/serve/serve-repo-banner.png) | ||
[![Build Status](https://circleci.com/gh/zeit/serve.svg?&style=shield)](https://circleci.com/gh/zeit/serve) | ||
[![Install Size](https://packagephobia.now.sh/badge?p=serve)](https://packagephobia.now.sh/result?p=serve) | ||
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/micro/serve) | ||
@@ -5,0 +6,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
14825
77
+ Added@zeit/schemas@1.6.3(transitive)
+ Addedserve-handler@3.3.1(transitive)
- Removed@zeit/schemas@1.6.0(transitive)
- Removedserve-handler@3.3.0(transitive)
Updated@zeit/schemas@1.6.3
Updatedserve-handler@3.3.1