@aptly-as/app-koa
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@aptly-as/app-koa", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Template for NodeJS Typescript", | ||
@@ -28,2 +28,3 @@ "type": "module", | ||
"lint-staged": "^12.3.4", | ||
"node-fetch": "^3.2.0", | ||
"prettier": "^2.5.1", | ||
@@ -39,3 +40,5 @@ "source-map-support": "^0.5.21", | ||
}, | ||
"peerDependencies": {}, | ||
"peerDependencies": { | ||
"node-fetch": "> 3.0.0" | ||
}, | ||
"lint-staged": { | ||
@@ -42,0 +45,0 @@ "**/*": "prettier --write --ignore-unknown" |
Sorry, the diff of this file is not supported yet
42684
3
11