File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,11 @@ See the shipped `package.json` for version constraints.
119
119
120
120
* Serialization to XML on _ Node.js_ requires any of:
121
121
* [ ` 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
+
122
127
123
128
## Usage
124
129
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ const configBase = {
56
56
}
57
57
} ,
58
58
externals : {
59
- 'packageurl-js' : 'packageurl-js' ,
60
59
'ajv' : 'ajv' ,
61
60
'ajv-formats' : 'ajv-formats' ,
62
- 'ajv-formats-draft2019' : 'ajv-formats-draft2019'
61
+ 'ajv-formats-draft2019' : 'ajv-formats-draft2019' ,
62
+ 'packageurl-js' : 'packageurl-js'
63
63
}
64
64
}
65
65
You can’t perform that action at this time.
0 commit comments