Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/datastore-storage-adapter": patch
---

Add the repository directory metadata for the datastore storage adapter package.
3 changes: 2 additions & 1 deletion packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
"url": "https://github.com/aws-amplify/amplify-js.git",
"directory": "packages/datastore-storage-adapter"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
Expand Down