We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a676f commit aaab843Copy full SHA for aaab843
commands/setup_theme.js
@@ -1,7 +1,7 @@
1
import fs from 'fs';
2
import path from 'path';
3
import fetch from 'node-fetch';
4
-var AdmZip = require('adm-zip');
+import AdmZip from 'adm-zip';
5
import ProgressBar from 'progress';
6
import ora from 'ora';
7
import chalk from 'chalk';
package.json
@@ -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",
0 commit comments