Correcting Readme

This commit is contained in:
Alejandro Lembke Barrientos 2022-06-10 15:14:01 +00:00
parent 2aacb68264
commit c4a9058c56
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This project aims to have a starter kit for creating a new Node with typescript,
Tech(Library or Framework) | Version | Tech(Library or Framework) | Version |
--- | --- | --- | --- |
Jest (Testing) | 28.1.0 Jest (Testing) | 28.1.1
Typescript | 4.7.3 Typescript | 4.7.3
GraphQL | 16.5.0 GraphQL | 16.5.0

View File

@ -1,6 +1,6 @@
{ {
"name": "@aleleba/create-node-ts-graphql-server", "name": "@aleleba/create-node-ts-graphql-server",
"version": "1.0.10", "version": "1.0.11",
"description": "Node with Typescript and GraphQL Server", "description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js", "bin": "./bin/cli.js",
"main": "index.js", "main": "index.js",