mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.1 to 14.1.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"scripts": {
|
|
"build": "node generate.js",
|
|
"start": "node generate.js --watch"
|
|
},
|
|
"dependencies": {
|
|
"@kurohyou/k-scaffold": "^1.5.1",
|
|
"markdown-it": "^14.1.1",
|
|
"pug": "^3.0.2",
|
|
"sass": "^1.56.1"
|
|
}
|
|
} |