Skip to content

Commit

Permalink
chore: remove ts-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
alemagio committed Nov 28, 2021
1 parent a9799a1 commit 086a21a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "standard && npm run lint:typescript",
"lint:typescript": "ts-standard",
"lint": "standard",
"test": "npm run lint && npm run unit && npm run typescript",
"typescript": "tsd",
"unit": "tap --100 test/*.test.js"
Expand All @@ -22,13 +21,10 @@
},
"devDependencies": {
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"fastify": "^3.24.0",
"fastify-tsconfig": "^1.0.1",
"standard": "^16.0.4",
"tap": "^15.1.5",
"ts-standard": "^10.0.0",
"tsd": "^0.19.0",
"typescript": "^4.5.2"
},
Expand Down

0 comments on commit 086a21a

Please sign in to comment.