Browse Source
Install latest version of `serve` (make static deployments work)
master
Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
lib/read-metadata.js
|
|
@ -8,7 +8,7 @@ const listPackage = { |
|
|
|
start: 'serve ./content' |
|
|
|
}, |
|
|
|
dependencies: { |
|
|
|
serve: '^3.2.3' |
|
|
|
serve: '3.2.6' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|