Skip to content

Commit

Permalink
Merge pull request maugenst#23 from Xotabu4/patch-1
Browse files Browse the repository at this point in the history
Moved depencencies that are not needed at runtime to devDependencies
  • Loading branch information
maugenst authored Apr 6, 2021
2 parents 6a30a50 + 623761b commit 754b91d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
},
"homepage": "https://github.com/maugenst/zip-a-folder#readme",
"devDependencies": {
"@types/archiver": "^5.1.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"@babel/plugin-transform-typescript": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
Expand All @@ -43,19 +46,16 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^25.5.4",
"jest-extended": "^0.11.5",
"lodash": "^4.17.20",
"prettier": "^2.2.1",
"rimraf": "^3.0.2"
},
"dependencies": {
"@types/archiver": "^5.1.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"archiver": "^5.0.0",
"jest-extended": "^0.11.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.3",
"tslint": "^6.1.3",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^4.2.3"
},
"dependencies": {
"archiver": "^5.0.0",
}
}

0 comments on commit 754b91d

Please sign in to comment.