mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
57883dc58a
Bumps [npm](https://github.com/npm/cli) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/v6.9.0/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v6.8.0...v6.9.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"scripts": {
|
|
"start": "hugo server -s exampleSite",
|
|
"build": "hugo -s exampleSite"
|
|
},
|
|
"dependencies": {
|
|
"npm": "^6.9.0"
|
|
}
|
|
}
|