Skip to content

Commit

Permalink
Enable TSD again (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mquevill committed Sep 16, 2021
1 parent 5a78e24 commit c342211
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"url": "sindresorhus.com"
},
"scripts": {
"//": "Enable tsd again when the Electron issue is fixed",
"start": "electron run.js",
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"files": [
"index.js",
Expand Down Expand Up @@ -41,7 +40,7 @@
"node-static": "^0.7.11",
"pify": "^4.0.1",
"spectron": "^9.0.0",
"tsd": "^0.11.0",
"tsd": "^0.17.0",
"uuid": "^3.3.2",
"xo": "^0.25.3"
},
Expand Down

0 comments on commit c342211

Please sign in to comment.