Skip to content

Commit

Permalink
Fix known vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
opyh committed Aug 15, 2023
1 parent 49e25da commit 2177104
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"docs:install": "docker pull squidfunk/mkdocs-material",
"docs:deploy": "(docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material build) && gh-pages --dist site",
"docs:live": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"prettier": "npx prettier --fix src/**/*.ts test/**/*.ts --write --single-quote",
"deploy": "npm run build && npm run test:prod && npm publish --access public && npm run docs:deploy"
Expand All @@ -62,7 +61,6 @@
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"colors": "^1.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.1.1",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down

0 comments on commit 2177104

Please sign in to comment.