Browse Source

update "serve" for static deployments to v5.1.4

master
Nathan Rajlich 8 years ago
parent
commit
3902a7da62
  1. 2
      lib/read-metadata.js

2
lib/read-metadata.js

@ -12,7 +12,7 @@ const staticPackage = Object.freeze({
start: `NODE_ENV='production' serve ./content` start: `NODE_ENV='production' serve ./content`
}, },
dependencies: { dependencies: {
serve: '5.0.4' serve: '5.1.4'
} }
}) })

Loading…
Cancel
Save