Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge 4699cd9 into 7e7c529
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 13, 2020
2 parents 7e7c529 + 4699cd9 commit be145ee
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 1 deletion.
148 changes: 148 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"dev": "npm run watch",
"eslint": "eslint . --cache --cache-location node_modules/.cache/.eslintcache",
"stylelint": "stylelint \"public/**/*.css\"",
"lint": "npm-run-all --continue-on-error --parallel stylelint eslint",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --validate-https --type npm --path package-lock.json",
"lint": "npm-run-all --continue-on-error --parallel lockfile-lint stylelint eslint",
"mocha": "mocha",
"server": "node ./index.js",
"start": "cross-env NODE_ENV=production npm run server",
Expand All @@ -43,6 +44,7 @@
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"glob": "^7.1.6",
"lockfile-lint": "^3.0.5",
"mocha": "^7.0.0",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit be145ee

Please sign in to comment.