Skip to content

Commit

Permalink
chore: sort package.json (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Sep 8, 2022
1 parent 04dfa42 commit 03d2e8f
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 27 deletions.
10 changes: 5 additions & 5 deletions contrib/docs-code-samples/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"dependencies": {
"@grpc/grpc-js": "^1.2.6",
"@ory/keto-grpc-client": "file:../../proto"
},
"type": "module",
"scripts": {
"test": "(cd ../../proto && npm i) && ./test.sh"
},
"type": "module"
"dependencies": {
"@grpc/grpc-js": "^1.2.6",
"@ory/keto-grpc-client": "file:../../proto"
}
}
Loading

0 comments on commit 03d2e8f

Please sign in to comment.