Merge pull request #3 from aleleba/PR-601212

PR-601212: fixing npx.
This commit is contained in:
Alejandro Lembke Barrientos 2022-08-02 01:30:56 -06:00 committed by GitHub
commit 45aa23cf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env node
const { execSync } = require('child_process');
const isWin = process.platform === "win32";
const runCommand = command => {
try{

View File

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