Skip to content

Commit

Permalink
Fixed cli. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emcifuntik committed May 25, 2023
1 parent f57b29f commit fc281b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env node

import path from 'path';
import { legacyUpload, s3upload, purgeCache } from './index.js';
import {debugLog} from "./utils.js";
import { s3upload, purgeCache } from './index.js';
import { debugLog } from "./utils.js";

async function start() {
if (process.argv.length < 3) {
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": "@altmp/upload-tool",
"version": "1.1.16",
"version": "1.1.17",
"author": "altMP Team",
"bin": {
"alt-upload": "./cli.js"
Expand Down

0 comments on commit fc281b4

Please sign in to comment.