Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
2 additions and
2 deletions
-
lib/read-metadata.js
|
|
@ -6,10 +6,10 @@ import {parse as parseDockerfile} from 'docker-file-parser' |
|
|
|
const listPackage = { |
|
|
|
version: '0.0.0', |
|
|
|
scripts: { |
|
|
|
start: 'list ./content' |
|
|
|
start: 'serve ./content' |
|
|
|
}, |
|
|
|
dependencies: { |
|
|
|
list: 'latest' |
|
|
|
serve: 'latest' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|