cds-validator
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "cds-validator", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A card validator to evaluate CDS payloads.", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git@github.com:mattberther/cds-validator.git" | ||
"url": "git@github.com:cds-hooks/cds-validator.git" | ||
}, | ||
@@ -26,5 +26,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/mattberther/cds-validator/issues" | ||
"url": "https://github.com/cds-hooks/cds-validator/issues" | ||
}, | ||
"homepage": "https://github.com/mattberther/cds-validator#readme", | ||
"homepage": "https://github.com/cds-hooks/cds-validator#readme", | ||
"dependencies": { | ||
@@ -31,0 +31,0 @@ "bluebird": "3.3.5", |
@@ -5,4 +5,4 @@ # cds-validator | ||
[![Circle CI](https://circleci.com/gh/mattberther/cds-validator.svg?style=shield)](https://circleci.com/gh/mattberther/cds-validator) | ||
[![devDependency Status](https://david-dm.org/mattberther/cds-validator.svg)](https://david-dm.org/mattberther/cds-validator#info=devDependencies) | ||
[![Circle CI](https://circleci.com/gh/cds-hooks/cds-validator.svg?style=shield)](https://circleci.com/gh/cds-hooks/cds-validator) | ||
[![devDependency Status](https://david-dm.org/cds-hooks/cds-validator.svg)](https://david-dm.org/cds-hooks/cds-validator#info=devDependencies) | ||
@@ -9,0 +9,0 @@ |
@@ -183,3 +183,3 @@ 'use strict'; | ||
it('should optionally allow a url', function() { | ||
payload.cards[0].source.url = 'https://github.com/mattberther/cds-validator'; | ||
payload.cards[0].source.url = 'https://github.com/cds-hooks/cds-validator'; | ||
@@ -222,3 +222,3 @@ return expect(validator(JSON.stringify(payload))).to.eventually.deep.equal(payload); | ||
label: 'GitHub CDS Validator', | ||
url: 'https://github.com/mattberther/cds-validator' | ||
url: 'https://github.com/cds-hooks/cds-validator' | ||
}]; | ||
@@ -232,3 +232,3 @@ | ||
payload.cards[0].links = [{ | ||
url: 'https://github.com/mattberther/cds-validator' | ||
url: 'https://github.com/cds-hooks/cds-validator' | ||
}]; | ||
@@ -235,0 +235,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20848