Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Sep 18, 2021
1 parent b7a9111 commit b83a58c
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
},
"homepage": "https://github.com/Chatie/eslint-config#readme",
"peerDependencies": {},
"dependencies": {
"devDependencies": {
"@chatie/git-scripts": "^0.6.2",
"@chatie/semver": "^0.4.7",
"@chatie/tsconfig": "^0.20.2",
"@types/eslint": "^7.28.0",
"@types/glob": "^7.1.4",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
Expand All @@ -43,16 +48,9 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"file-name-linter": "^1.1.0",
"markdownlint-cli": "^0.28.1",
"pkg-up": "^3.1.0"
},
"devDependencies": {
"@chatie/git-scripts": "^0.6.2",
"@chatie/semver": "^0.4.7",
"@chatie/tsconfig": "^0.20.2",
"@types/eslint": "^7.28.0",
"@types/glob": "^7.1.4",
"glob": "^7.1.7",
"markdownlint-cli": "^0.28.1",
"pkg-up": "^3.1.0",
"tstest": "^0.4.10",
"typescript": "^4.4.3"
},
Expand Down

0 comments on commit b83a58c

Please sign in to comment.