Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
fix: include aws dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkurt committed Jan 24, 2019
1 parent 5d2242d commit 66ef0f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -34,10 +34,11 @@
"homepage": "https://github.com/superfly/cdn#readme",
"dependencies": {
"@fly/fly": "^0.44.5",
"@types/aws4": "^1.5.1",
"http-cache-semantics": "^4.0.1",
"lodash": "^4.17.11",
"webpack": "^4.28.4"
"webpack": "^4.28.4",
"sjcl": "^1.0.8",
"aws4": "^1.8.0"
},
"peerDependencies": {},
"devDependencies": {
Expand All @@ -47,9 +48,8 @@
"@types/mocha": "^5.2.5",
"@types/sjcl": "^1.0.28",
"@types/source-map": "^0.5.2",
"aws4": "^1.8.0",
"@types/aws4": "^1.5.1",
"chai": "^4.2.0",
"sjcl": "^1.0.8",
"standard-version": "^4.4.0",
"ts-loader": "^3.5.0",
"typedoc": "^0.13.0",
Expand Down

0 comments on commit 66ef0f5

Please sign in to comment.