create-bifrost-module
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -11,3 +11,4 @@ #!/usr/bin/env node | ||
import inquirer from 'inquirer'; | ||
import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs-extra'; | ||
import pkg from 'fs-extra'; | ||
const { existsSync, mkdirSync, readFileSync, writeFileSync } = pkg; | ||
import Handlebars from 'handlebars'; | ||
@@ -14,0 +15,0 @@ import commandLineArgs from 'command-line-args'; |
{ | ||
"name": "create-bifrost-module", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "BIFROST create module script", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,3 +12,4 @@ #!/usr/bin/env node | ||
import inquirer from 'inquirer' | ||
import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs-extra' | ||
import pkg from 'fs-extra'; | ||
const { existsSync, mkdirSync, readFileSync, writeFileSync } = pkg | ||
import Handlebars from 'handlebars' | ||
@@ -15,0 +16,0 @@ import { execSync } from 'child_process' |
Sorry, the diff of this file is not supported yet
49990
711