Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Apr 11, 2024
1 parent 21ed7ce commit e1e4062
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"realm": "*",
"ts-jest": "^29.1.2",
"typescript": "^4.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/realm/realm-js.git",
"directory": "packages/babel-plugin"
}
}
5 changes: 5 additions & 0 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"@tsconfig/node18": "^18.2.2",
"@tsconfig/recommended": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/realm/realm-js.git",
"directory": "packages/fetch"
},
"engines": {
"node": ">=18"
}
Expand Down

0 comments on commit e1e4062

Please sign in to comment.