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