Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-wd committed Dec 10, 2023
1 parent 8516801 commit 3397207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/setup_theme.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs';
import path from 'path';
import fetch from 'node-fetch';
var AdmZip = require('adm-zip');
import AdmZip from 'adm-zip';
import ProgressBar from 'progress';
import ora from 'ora';
import chalk from 'chalk';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webredone/trb-cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "TRB-CLI is a handy Node.js CLI that automates the process of managing blocks in a Theme Redone WordPress theme",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 3397207

Please sign in to comment.