Skip to content

Commit

Permalink
Clean up and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi committed Mar 16, 2020
1 parent 2067aa1 commit df921f3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"devDependencies": {
"@oclif/tslint": "^3.1.1",
"@types/node": "^12.12.7",
"@types/shelljs": "^0.8.6",
"shelljs": "^0.8.3",
"tslint": "^5.20.1",
"typescript": "^3.7.2"
},
"name": "gitly",
"version": "1.1.4",
"description": "An API to download and/or extract git repositories",
Expand All @@ -18,12 +10,20 @@
"lib/**/*"
],
"dependencies": {
"@types/jest": "^24.0.22",
"axios": "^0.19.2",
"tar": "^6.0.1"
},
"devDependencies": {
"@oclif/tslint": "^3.1.1",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/shelljs": "^0.8.6",
"@types/tar": "^4.0.3",
"axios": "^0.19.0",
"jest": "^24.9.0",
"tar": "^5.0.5",
"ts-jest": "^24.1.0"
"jest": "^25.1.0",
"shelljs": "^0.8.3",
"ts-jest": "^25.2.1",
"tslint": "^6.1.0",
"typescript": "^3.8.3"
},
"scripts": {
"prepare": "yarn build",
Expand Down

0 comments on commit df921f3

Please sign in to comment.