Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Jun 18, 2024
1 parent abcbb3a commit 8740897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import json2cson from "gulp-json2cson";
import yaml from "gulp-yaml";
import { createProject } from "gulp-typescript";
import { load } from "js-yaml";
import { build } from "plist";
import pkg from 'plist';
const { build } = pkg;
import { readFileSync, existsSync, mkdirSync, writeFileSync } from "fs";
import { join } from "path";
import { exec } from "child_process";
Expand Down

0 comments on commit 8740897

Please sign in to comment.