Skip to content

Commit

Permalink
Update for release (#75)
Browse files Browse the repository at this point in the history
* Updated module versions and README

* Update README

---------
  • Loading branch information
roy-mor committed Mar 11, 2023
1 parent 865825a commit cfceea7
Show file tree
Hide file tree
Showing 6 changed files with 18,499 additions and 7,879 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ecmaVersion": 2018
},
"env": {
"es6": true,
"es6": true,
"node": true,
"mocha": true
},
Expand All @@ -17,7 +17,7 @@
"comma-dangle": [1, "only-multiline"],
"constructor-super": 2,
"import/no-dynamic-require": "off",
"indent": [2, "tab", { "SwitchCase": 1 }],
"indent": [4, "tab", { "SwitchCase": 1 }],
"linebreak-style": [0, "unix"],
"no-class-assign": 2,
"no-confusing-arrow": 2,
Expand Down
17 changes: 17 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"browser": false,
"commonjs": true,
"es6": true
},
"extends": "airbnb-base",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
}
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

GraphQL2REST is a Node.js library that reads your GraphQL schema and a user-provided manifest file and automatically generates an Express router with fully RESTful HTTP routes — a full-fledged REST API.

Author: [Roy Mor](https://www.linkedin.com/in/roy-mor/)

**![](https://lh4.googleusercontent.com/rc9GBGRl3GqVCyxfkhyFB23y-VY4D3jh6PPuD4ZJl0R-AMTsCFGINtETgxIOYdHGni7nFg0BCcHFFpL1mqCRMwUDnQRJCD67WUSijaIxColikxARNh4d3O-iv6EdOlISVGxsN9uj)**
## Why?
Expand Down Expand Up @@ -328,13 +329,14 @@ npm run test:coverage
- The pre-processing step of this library is based on [timqian/gql-generator](https://www.npmjs.com/package/gql-generator).

## Contact
For inquiries contact author Roy Mor (roy.mor@sisense.com).
For inquiries contact author Roy Mor (roy.mor.email at gmail.com).

## Release History

* 0.6.1
* First release as open source

* 1.0.0
* First major release


## Contributing
Expand Down
Loading

0 comments on commit cfceea7

Please sign in to comment.