Skip to content

Commit

Permalink
Minimum Node version now expected to be 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmurphy committed Dec 7, 2019
1 parent 3c20a74 commit 0f89b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "typebundle src/index.ts --output dist --target 8 --compress",
"build": "typebundle src/index.ts --output dist --target 10 --compress",
"build-docs": "documentation readme src/index.ts --parse-extension ts --section API --markdown-toc --config documentation.yml",
"prepublishOnly": "npm run build && npm run build-docs",
"release": "np --no-yarn"
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/datadesk/delivery#readme",
"dependencies": {
"aws-sdk": "^2.512.0",
"fast-glob": "^3.0.4",
"aws-sdk": "^2.585.0",
"fast-glob": "^3.1.1",
"fs-extra": "^8.1.0",
"hasha": "^5.0.0",
"mime-types": "^2.1.24"
Expand Down

0 comments on commit 0f89b9c

Please sign in to comment.