@unmock/jaymock
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@unmock/jaymock", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Minimal fake JSON test data generator", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "xo && ava && tsd" | ||
"test": "xo && ava && tsd", | ||
"coverage": "nyc npm test", | ||
"coverage:upload": "nyc report --reporter=lcov && codecov", | ||
"coverage:check": "nyc report && nyc check-coverage --lines 90 --functions 90 --branches 85" | ||
}, | ||
@@ -38,2 +41,4 @@ "files": [ | ||
"ava": "^2.4.0", | ||
"codecov": "^3.6.1", | ||
"nyc": "^14.1.1", | ||
"tsd": "^0.11.0", | ||
@@ -40,0 +45,0 @@ "xo": "^0.25.3" |
@@ -5,2 +5,4 @@ # jaymock | ||
[![CircleCI](https://img.shields.io/circleci/build/github/unmock/jaymock?style=for-the-badge)](https://circleci.com/gh/unmock/jaymock) [![Codecov](https://img.shields.io/codecov/c/github/unmock/jaymock?style=for-the-badge)](https://codecov.io/gh/unmock/jaymock) | ||
## Install | ||
@@ -7,0 +9,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
11717
159
5