Clean up build around metar parser and locale

This commit is contained in:
Matt Walsh
2025-08-04 12:02:30 -05:00
parent 9b37bc5c52
commit 75eb81887f
4 changed files with 7 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable import/no-extraneous-dependencies */
import { src, series, dest } from 'gulp';
import { deleteAsync } from 'del';
import rename from 'gulp-rename';