Skip to content

Commit

Permalink
fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphcallaway committed Oct 19, 2019
1 parent 9225647 commit 2976a97
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 @@ -14,6 +14,7 @@
"ignore": "^5.1.4",
"recursive-copy": "^2.0.10",
"rimraf": "^3.0.0",
"tmp": "^0.1.0",
"tslib": "^1"
},
"devDependencies": {
Expand All @@ -25,13 +26,12 @@
"@types/chalk": "^2.2.0",
"@types/mocha": "^5",
"@types/node": "^10",
"@types/tmp": "^0.1.0",
"@types/rimraf": "^2.0.2",
"@types/tmp": "^0.1.0",
"chai": "^4",
"globby": "^8",
"mocha": "^5",
"nyc": "^14",
"tmp": "^0.1.0",
"ts-node": "^8",
"tslint": "^5"
},
Expand Down

0 comments on commit 2976a97

Please sign in to comment.