Skip to content

Commit

Permalink
Added missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
emcifuntik committed Apr 7, 2023
1 parent fb61096 commit 87b4e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cfCacheCleaner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Cloudflare from 'cloudflare';
import fs from 'fs';
import path from 'path';

const TOKEN = process.env['CF_CACHE_PURGE_TOKEN'];
const ZONE_ID = process.env['CF_CACHE_ZONE_ID'];
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.4",
"version": "1.1.5",
"author": "altMP Team",
"bin": {
"alt-upload": "./cli.js"
Expand Down

0 comments on commit 87b4e6c

Please sign in to comment.