asl-validator
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "asl-validator", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Amazon States Language validator", | ||
@@ -10,3 +10,3 @@ "main": "./src/validator.js", | ||
"scripts": { | ||
"lint": "./node_modules/eslint/bin/eslint.js .", | ||
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings 0", | ||
"test": "./node_modules/jest/bin/jest.js" | ||
@@ -28,3 +28,3 @@ }, | ||
"author": "Christophe Bougère", | ||
"license": "MIT", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
@@ -39,2 +39,3 @@ "url": "https://github.com/airware/asl-validator/issues" | ||
"devDependencies": { | ||
"codecov": "^3.0.0", | ||
"eslint": "^4.11.0", | ||
@@ -44,4 +45,5 @@ "eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-jest": "^21.3.2", | ||
"jest": "^21.2.1" | ||
"jest": "^21.2.1", | ||
"jest-junit": "^3.3.0" | ||
} | ||
} |
# asl-validator | ||
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/airware/asl-validator/blob/master/LICENSE) | ||
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/airware/asl-validator/blob/master/LICENSE) | ||
[![npm version](https://badge.fury.io/js/asl-validator.svg)](https://badge.fury.io/js/asl-validator) | ||
[![CircleCI](https://circleci.com/gh/airware/asl-validator/tree/master.svg?style=shield&circle-token=cbc6b9369907c4854a5881d486c244ddcc1b1f55)](https://circleci.com/gh/airware/asl-validator/tree/master) | ||
[![codecov](https://codecov.io/gh/airware/asl-validator/branch/master/graph/badge.svg)](https://codecov.io/gh/airware/asl-validator) | ||
[![Dependency Status](https://www.versioneye.com/user/projects/5a1daaa20fb24f5b29e6b4a3/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5a1daaa20fb24f5b29e6b4a3) | ||
@@ -5,0 +9,0 @@ A simple [**Amazon States Language**](https://states-language.net/spec.html) validator based on JSON schemas. |
Sorry, the diff of this file is not supported yet
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
38501
28
69
7
132218