mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 20:22:29 +00:00
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v7.0.0) --- updated-dependencies: - dependency-name: node-sass dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
396 B
JSON
17 lines
396 B
JSON
{
|
|
"name": "roll20-charactersheet-gw3",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"pug": "pug src/sheet.pug -o . -P",
|
|
"pug-watch": "pug -w src/sheet.pug -o . -P",
|
|
"scss": "node-sass src/scss -o .",
|
|
"scss-watch": "node-sass --watch src/scss -o ."
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"node-sass": "^7.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|