Skip to content

Commit 43da4ba

Browse files
committed
v0.3.13 fixed bug
1 parent c20d5d8 commit 43da4ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli.mjs

100644100755
File mode changed.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-bitloops",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"description": "Next.js with TypeScript, Tailwind, Storybook and Cypress generator by Bitloops",
55
"license": "MIT",
66
"author": "Bitloops S.A.",

setup/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fs from 'fs';
2-
import { exec } from 'child_process';
2+
import { exec, execSync } from 'child_process';
33
import Generator from 'yeoman-generator';
44
import path from 'path';
55
import { fileURLToPath } from 'url';

0 commit comments

Comments
 (0)