Skip to content

Commit

Permalink
this sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Dec 1, 2023
1 parent 71d4271 commit 677379c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulp-appdmg.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
var alias = require('macos-alias');
const alias = require('macos-alias');

const appdmg = require('appdmg');
const through = require('through2');
const gutil = require('gulp-util');
const alias = require('macos-alias');

const PluginError = gutil.PluginError;
const PLUGIN_NAME = 'gulp-appdmg';
Expand Down

0 comments on commit 677379c

Please sign in to comment.