Skip to content

Commit

Permalink
refactor: add graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
specialblend committed Oct 5, 2021
1 parent e93825d commit 91328bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ map, filter, and transform data structures using GraphQL and JSONPath.

```bash
# install peerDependencies
npm install graphql-anywhere graphql-tag rambda jsonpath
npm install graphql graphql-anywhere graphql-tag rambda jsonpath
# install package
npm install --registry=https://npm.pkg.github.com/specialblend @specialblend/mapql
```
Expand All @@ -21,7 +21,7 @@ registry=https://registry.npmjs.org/
and run

```bash
npm install @specialblend/mapql graphql-anywhere graphql-tag rambda jsonpath
npm install @specialblend/mapql graphql graphql-anywhere graphql-tag rambda jsonpath
```

## features
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"prepublishOnly": "npm run build"
},
"peerDependenciesMeta": {
"graphql": "^15.6.1",
"graphql-anywhere": "^4.2.7",
"graphql-tag": "^2.12.5",
"jsonpath": "^1.1.1",
Expand All @@ -25,6 +26,7 @@
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jsonpath": "^0.2.0",
"graphql": "^15.6.1",
"graphql-anywhere": "^4.2.7",
"graphql-tag": "^2.12.5",
"jest": "^27.2.4",
Expand Down

0 comments on commit 91328bc

Please sign in to comment.