Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Fix package name and version
  • Loading branch information
JSRedondo authored Mar 31, 2022
1 parent 5e4fcd6 commit 792bdb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signed-aws-es-fetch",
"version": "1.6.0",
"name": "@financial-times/signed-aws-es-fetch",
"version": "1.7.1",
"main": "main.js",
"dependencies": {
"aws4": "^1.1.0",
Expand All @@ -12,5 +12,6 @@
},
"scripts": {
"test": "node -r dotenv/config test/main.test.js"
}
},
"author": "Jesus Redondo",
}

0 comments on commit 792bdb1

Please sign in to comment.