Skip to content

Commit 73808bf

Browse files
committedNov 8, 2021
create ajv bundle for JSON Schema 2020-12
1 parent da46e38 commit 73808bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ function createBundleConfig(sourceFile, outFile, globalName) {
2828
export default [
2929
createBundleConfig("ajv", "ajv7", "av7"),
3030
createBundleConfig("2019", "ajv2019", "ajv2019"),
31+
createBundleConfig("2020", "ajv2020", "ajv2020"),
3132
createBundleConfig("jtd", "ajvJTD", "ajvJTD"),
3233
]

0 commit comments

Comments
 (0)
Please sign in to comment.