Update package.json

This commit is contained in:
lowlighter
2021-04-28 23:32:07 +02:00
parent 40bdaecba4
commit 99ad93e128

View File

@@ -12,7 +12,7 @@
"linter": "eslint source/**/*.mjs", "linter": "eslint source/**/*.mjs",
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json", "dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
"postinstall": "node node_modules/puppeteer/install.js", "postinstall": "node node_modules/puppeteer/install.js",
"fmt": "dprint fmt --config .github/config/dprint.json && eslint source/**/*.mjs --fix" "fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix"
}, },
"repository": { "repository": {
"type": "git", "type": "git",