@@ -2,16 +2,15 @@ JSON Schema $Ref Parser
22============================
33#### Parse, Resolve, and Dereference JSON Schema $ref pointers
44
5- [ ![ Build Status] ( https://api.travis-ci.org/APIDevTools/json-schema-ref-parser.svg?branch=master )] ( https://travis-ci.org/APIDevTools/json-schema-ref-parser )
6- [ ![ Dependencies] ( https://david-dm.org/APIDevTools/json-schema-ref-parser.svg )] ( https://david-dm.org/APIDevTools/json-schema-ref-parser )
5+ [ ![ Build Status] ( https://api.travis-ci.com/APIDevTools/json-schema-ref-parser.svg?branch=master )] ( https://travis-ci.com/APIDevTools/json-schema-ref-parser )
76[ ![ Coverage Status] ( https://coveralls.io/repos/github/APIDevTools/json-schema-ref-parser/badge.svg?branch=master )] ( https://coveralls.io/github/APIDevTools/json-schema-ref-parser )
8- [ ![ Codacy Score] ( https://api.codacy.com/project/badge/d8abfe5e9a4044b89bd9f4b999d4a574 )] ( https://www.codacy.com/public/JamesMessinger/json-schema-ref-parser )
9- [ ![ Inline docs] ( https://inch-ci.org/github/APIDevTools/json-schema-ref-parser.svg?branch=master&style=shields )] ( https://inch-ci.org/github/APIDevTools/json-schema-ref-parser )
107
118[ ![ npm] ( https://img.shields.io/npm/v/json-schema-ref-parser.svg )] ( https://www.npmjs.com/package/json-schema-ref-parser )
9+ [ ![ Dependencies] ( https://david-dm.org/APIDevTools/json-schema-ref-parser.svg )] ( https://david-dm.org/APIDevTools/json-schema-ref-parser )
1210[ ![ License] ( https://img.shields.io/npm/l/json-schema-ref-parser.svg )] ( LICENSE )
1311
14- [ ![ Browser Compatibility] ( https://saucelabs.com/browser-matrix/json-schema-parser.svg )] ( https://saucelabs.com/u/json-schema-parser )
12+
13+ [ ![ OS and Browser Compatibility] ( https://apidevtools.org/img/badges/ci-badges-with-ie.svg )] ( https://travis-ci.com/APIDevTools/json-schema-ref-parser )
1514
1615
1716The Problem:
@@ -105,7 +104,7 @@ var $RefParser = require('json-schema-ref-parser');
105104Reference [ ` ref-parser.js ` ] ( dist/ref-parser.js ) or [ ` ref-parser.min.js ` ] ( dist/ref-parser.min.js ) in your HTML:
106105
107106``` html
108- <script src =" https://cdn.rawgit. com/JS-DevTools/ json-schema-ref-parser/dist/ref-parser.js" ></script >
107+ <script src =" https://unpkg. com/json-schema-ref-parser/dist/ref-parser.min .js" ></script >
109108<script >
110109 $RefParser .dereference (mySchema)
111110 .then (function (schema ) {
@@ -149,3 +148,11 @@ To build/test the project locally on your computer:
149148License
150149--------------------------
151150JSON Schema $Ref Parser is 100% free and open-source, under the [ MIT license] ( LICENSE ) . Use it however you want.
151+
152+ Big Thanks To
153+ --------------------------
154+ Thanks to these awesome companies for their support of Open Source developers ❤
155+
156+ [ ![ Travis CI] ( https://jsdevtools.org/img/badges/travis-ci.svg )] ( https://travis-ci.com )
157+ [ ![ SauceLabs] ( https://jsdevtools.org/img/badges/sauce-labs.svg )] ( https://saucelabs.com )
158+ [ ![ Coveralls] ( https://jsdevtools.org/img/badges/coveralls.svg )] ( https://coveralls.io )
0 commit comments