chore: type in description
This commit is contained in:
parent
4ddc6fb420
commit
3d8898f333
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# react-rest-request
|
# react-rest-request
|
||||||
|
|
||||||
Minimalistic REST API client for React inspired by Apollo.
|
Minimalist REST API client for React inspired by Apollo.
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "react-rest-request",
|
"name": "react-rest-request",
|
||||||
"version": "0.5.5",
|
"version": "0.5.6",
|
||||||
"description": "Minimalistic REST API client for React inspired by Apollo",
|
"description": "Minimalist REST API client for React inspired by Apollo",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"main": "./target/index.js",
|
"main": "./target/index.js",
|
||||||
"types": "./target/index.d.ts",
|
"types": "./target/index.d.ts",
|
||||||
|
|
Reference in a new issue