@alm1983/bdd-jest
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@alm1983/bdd-jest", | ||
"private": false, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Jest Wrapper Compatible with Behavior-Driven Development", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types" : "dist/index.d.ts", | ||
"scripts": { | ||
"compile": "rimraf ./build && tsc", | ||
"build": "rimraf ./dist && tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -34,17 +35,2 @@ }, | ||
}, | ||
"nyc": { | ||
"all": true, | ||
"cache": false, | ||
"exclude": [ | ||
"**/*.d.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"include": [ | ||
"build/compiled/src/**", | ||
"src/**" | ||
], | ||
"reporter": "json" | ||
}, | ||
"repository": { | ||
@@ -51,0 +37,0 @@ "type": "git", |
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
4681
11
70