Skip to content

Commit

Permalink
build(deps-dev): remove jsinspect
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jan 28, 2021
1 parent d602daf commit ddb0e60
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 @@ -35,7 +35,6 @@
"build": "tsc",
"changelog": "conventional-changelog -p @commitlint/config-conventional -s -i CHANGELOG.md && prettier CHANGELOG.md --write",
"doc": "tsc && jsdoc2md src/index.js > API.md && prettier API.md --write",
"dupe-check": "jsinspect ./src",
"jest": "jest --detectOpenHandles --runInBand",
"jest-coverage": "jest --coverage --runInBand",
"lint": "eslint . --cache --ext js,jsx --ignore-path .gitignore",
Expand Down Expand Up @@ -79,7 +78,6 @@
"is-html": "^2.0.0",
"jest": "^26.6.3",
"jsdoc-to-markdown": "^6.0.1",
"jsinspect": "^0.12.7",
"prettier": "2.2.1",
"typescript": "^4.1.3"
}
Expand Down

0 comments on commit ddb0e60

Please sign in to comment.