jest-schema-matcher
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "jest-schema-matcher", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -8,3 +8,4 @@ "files": [ | ||
], | ||
"main": "./dist", | ||
"main": "dist/index", | ||
"types": "dist/index.d.ts", | ||
"repository": "https://ryparker@github.com/ryparker/jest-schema-matcher.git", | ||
@@ -29,6 +30,6 @@ "author": "Ryan Parker", | ||
"@types/jest": "^26.0.0", | ||
"@types/lodash": "^4.14.156", | ||
"@types/node": "^14.0.13", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint-plugin-jest": "^23.16.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
@@ -40,2 +41,4 @@ "jest": "^26.0.1", | ||
"semantic-release": "^17.0.8", | ||
"ts-jest": "^26.1.1", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.5", | ||
@@ -45,2 +48,6 @@ "xo": "^0.32.0" | ||
"xo": { | ||
"extends": [ | ||
"plugin:jest/recommended" | ||
], | ||
"prettier": true, | ||
"rules": { | ||
@@ -47,0 +54,0 @@ "@typescript-eslint/restrict-plus-operands": 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
13948
15