Skip to content

Commit

Permalink
make some typings dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Aug 28, 2018
1 parent b00b713 commit d9c4b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/glob": "^5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.3",
"@types/prettier": "^1.13.2",
"@types/sinon": "^5.0.2",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.2",
Expand All @@ -55,6 +53,8 @@
"typestrict": "^0.0.9"
},
"dependencies": {
"@types/mkdirp": "^0.5.2",
"@types/prettier": "^1.13.2",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"prettier": "^1.14.2"
Expand Down

0 comments on commit d9c4b79

Please sign in to comment.