File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The fastest JSON Schema validator for Node.js and browser. Supports draft-06/07/
6
6
7
7
[ ![ Build Status] ( https://travis-ci.org/ajv-validator/ajv.svg?branch=master )] ( https://travis-ci.org/ajv-validator/ajv )
8
8
[ ![ npm] ( https://img.shields.io/npm/v/ajv.svg )] ( https://www.npmjs.com/package/ajv )
9
- [ ![ npm (beta)] ( https://img.shields.io/npm/v/ajv/beta )] ( https://www.npmjs.com/package/ajv/v/7.0.0-beta.4 )
9
+ [ ![ npm (beta)] ( https://img.shields.io/npm/v/ajv/beta )] ( https://www.npmjs.com/package/ajv/v/7.0.0-beta.5 )
10
10
[ ![ npm downloads] ( https://img.shields.io/npm/dm/ajv.svg )] ( https://www.npmjs.com/package/ajv )
11
11
[ ![ Coverage Status] ( https://coveralls.io/repos/github/ajv-validator/ajv/badge.svg?branch=master )] ( https://coveralls.io/github/ajv-validator/ajv?branch=master )
12
12
[ ![ Gitter] ( https://img.shields.io/gitter/room/ajv-validator/ajv.svg )] ( https://gitter.im/ajv-validator/ajv )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ajv" ,
3
- "version" : " 7.0.0-beta.4 " ,
3
+ "version" : " 7.0.0-beta.5 " ,
4
4
"description" : " Another JSON Schema Validator" ,
5
5
"main" : " dist/ajv.js" ,
6
6
"types" : " dist/ajv.d.ts" ,
You can’t perform that action at this time.
0 commit comments