Remove upgrade command since updates are now handled by dependabot
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
"start": "node source/app/web/index.mjs",
|
"start": "node source/app/web/index.mjs",
|
||||||
"test": "jest --runInBand",
|
"test": "jest --runInBand",
|
||||||
"index": "node .github/index.mjs",
|
"index": "node .github/index.mjs",
|
||||||
"upgrade": "npm install @actions/core@latest @actions/github@latest @octokit/graphql@latest @octokit/rest@latest axios@latest compression@latest ejs@latest express@latest express-rate-limit@latest faker@latest jimp@latest js-yaml@latest memory-cache@latest node-chartist@latest open-graph-scraper@latest png-js@latest prismjs@latest puppeteer@latest rss-parser@latest simple-git@latest svgo@latest twemoji-parser@latest vue@latest xml-formatter@latest eslint@latest jest@latest libxmljs2@latest nodemon@latest",
|
|
||||||
"quickstart": "node .github/quickstart/index.mjs",
|
"quickstart": "node .github/quickstart/index.mjs",
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user