We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241bdfe commit 3956c40Copy full SHA for 3956c40
src/index.ts
@@ -2,11 +2,10 @@ import { DOMParser } from '@xmldom/xmldom';
2
import { Transform, type TransformCallback } from 'node:stream';
3
import kleur from 'kleur';
4
import PluginError from 'plugin-error';
5
+import { name as packageName } from '../package.json';
6
7
import type Vinyl from 'vinyl';
8
-const packageName = 'gulp-xml-validator';
9
-
10
/**
11
* Gulp plugin to validate XML files using the xmldom library.
12
* @returns {Transform} A transform stream that validates XML files.
0 commit comments