Skip to content

Commit 05b296f

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 318c256 commit 05b296f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ See the shipped `package.json` for version constraints.
119119

120120
* Serialization to XML on _Node.js_ requires any of:
121121
* [`xmlbuilder2`](https://www.npmjs.com/package/xmlbuilder2)
122+
* JSON validation requires all of:
123+
* [`ajv`](https://www.npmjs.com/package/ajv)
124+
* [`ajv-formats`](https://www.npmjs.com/package/ajv-formats)
125+
* [`ajv-formats-draft2019`](https://www.npmjs.com/package/ajv-formats-draft2019)
126+
122127

123128
## Usage
124129

webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ const configBase = {
5656
}
5757
},
5858
externals: {
59-
'packageurl-js': 'packageurl-js',
6059
'ajv': 'ajv',
6160
'ajv-formats': 'ajv-formats',
62-
'ajv-formats-draft2019': 'ajv-formats-draft2019'
61+
'ajv-formats-draft2019': 'ajv-formats-draft2019',
62+
'packageurl-js': 'packageurl-js'
6363
}
6464
}
6565

0 commit comments

Comments
 (0)