@slimlib/smart-mock
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"type": "module", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"name": "@slimlib/smart-mock", | ||
@@ -12,2 +12,4 @@ "description": "One more proxy based mock", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
@@ -37,8 +39,3 @@ "default": "./dist/index.mjs" | ||
"smart-mock" | ||
], | ||
"scripts": { | ||
"build": "pkgbld-internal", | ||
"test": "jest --collectCoverage", | ||
"lint": "eslint ./src" | ||
} | ||
] | ||
} |
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
43622