Skip to content

Commit 51006d4

Browse files
authored
Add download theme command (#8)
* Add a new command: trb new theme theme-name that uploads and unzips the theme
1 parent 93a0275 commit 51006d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/setup_theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs';
22
import path from 'path';
33
import fetch from 'node-fetch';
4-
import AdmZip from 'adm-zip';
4+
var AdmZip = require('adm-zip');
55
import ProgressBar from 'progress';
66
import ora from 'ora';
77
import chalk from 'chalk';

0 commit comments

Comments
 (0)