Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock committed Jan 10, 2022
1 parent c938a86 commit 3353e83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-graphql",
"version": "0.1.0",
"version": "0.1.2",
"description": "Utilities for using GraphQL with a Remix app",
"keywords": [
"remix",
Expand All @@ -24,7 +24,8 @@
"build:code": "esbuild src/index.server.ts --bundle --platform=node --external:graphql --external:graphql-helix --external:remix --outfile=index.server.js",
"build:types": "tsc",
"format": "prettier --write .",
"prepare": "install-peers && remix setup node"
"prepare": "install-peers && remix setup node",
"prepublish": "yarn build"
},
"dependencies": {
"graphql-helix": "^1.11.0"
Expand Down

0 comments on commit 3353e83

Please sign in to comment.