Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Nov 12, 2021
1 parent e5040ca commit e7ad9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/better-ajv-errors",
"version": "0.3.0",
"version": "1.0.0",
"description": "JSON Schema validation for Human",
"repository": "stoplightio/better-ajv-errors",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default [
entryFileNames: '[name].js',
dir: 'dist',
format: 'cjs',
exports: 'named',
exports: 'default',
},
external,
},
Expand Down

0 comments on commit e7ad9a6

Please sign in to comment.