mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-01-09 05:26:50 -06:00
PR-601212: fixing npx.
This commit is contained in:
parent
4e19c16e78
commit
94b6dde8d3
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
const { execSync } = require('child_process');
|
||||
const isWin = process.platform === "win32";
|
||||
|
||||
const runCommand = command => {
|
||||
try{
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user