Browse Source

Install latest version of `serve` (make static deployments work)

master
Leo Lamprecht 8 years ago
parent
commit
f0b85bc2bf
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 2
      lib/read-metadata.js

2
lib/read-metadata.js

@ -8,7 +8,7 @@ const listPackage = {
start: 'serve ./content' start: 'serve ./content'
}, },
dependencies: { dependencies: {
serve: '^3.2.3' serve: '3.2.6'
} }
} }

Loading…
Cancel
Save