Skip to content

Commit

Permalink
Merge pull request #75 from robcresswell/fix/remove-dependencies
Browse files Browse the repository at this point in the history
fix: Remove extraneous dependencies
  • Loading branch information
robcresswell authored Aug 9, 2019
2 parents 9e0e80a + 099fb0d commit 8b0ff14
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 159 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"@types/jest": "^24.0.17",
"@types/minimatch": "^3.0.3",
"@types/mustache": "^0.8.32",
"@types/node": "^12.7.0",
"@types/tar-fs": "^1.16.1",
Expand All @@ -36,14 +37,11 @@
"eslint-plugin-jest": "^22.14.1",
"jest": "^24.8.0",
"jest-junit": "^7.0.0",
"minimatch": "^3.0.4",
"mustache": "^3.0.1",
"prettier": "^1.18.2",
"tar-fs": "^2.0.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/minimatch": "^3.0.3",
"minimatch": "^3.0.4"
}
}
Loading

0 comments on commit 8b0ff14

Please sign in to comment.