Skip to content

Commit

Permalink
Merge pull request #10 from ralphcallaway/missing-dependencies
Browse files Browse the repository at this point in the history
fixes #9
  • Loading branch information
ChuckJonas authored Oct 19, 2019
2 parents 9225647 + 2976a97 commit 8e4e90b
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 8e4e90b

Please sign in to comment.