Skip to content

Commit

Permalink
create ajv bundle for JSON Schema 2020-12
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Nov 8, 2021
1 parent da46e38 commit 73808bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ function createBundleConfig(sourceFile, outFile, globalName) {
export default [
createBundleConfig("ajv", "ajv7", "av7"),
createBundleConfig("2019", "ajv2019", "ajv2019"),
createBundleConfig("2020", "ajv2020", "ajv2020"),
createBundleConfig("jtd", "ajvJTD", "ajvJTD"),
]

0 comments on commit 73808bf

Please sign in to comment.