stubborn-ws
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -0,1 +1,8 @@ | ||
## [5.0.4](https://github.com/ybonnefond/stubborn/compare/v5.0.3...v5.0.4) (2020-06-23) | ||
### Bug Fixes | ||
* fix packaged files ([56c446c](https://github.com/ybonnefond/stubborn/commit/56c446c35066cb4b38cbb08d4822cbcbb82c627e)) | ||
## [5.0.3](https://github.com/ybonnefond/stubborn/compare/v5.0.2...v5.0.3) (2020-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "stubborn-ws", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "Web server to mock external HTTP APIs in tests", | ||
"types": "dist/index.d.ts", | ||
"homepage": "https://github.com/ybonnefond/stubborn#stubborn", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"files": [ | ||
"dist//src/index.{d.ts,js}", | ||
"dist/src/**/*.{js,ts}", | ||
"dist/test/**/*.{js,ts}" | ||
], | ||
"engines": { | ||
@@ -74,5 +79,2 @@ "node": ">=10" | ||
}, | ||
"files": [ | ||
"/dist" | ||
], | ||
"commitlint": { | ||
@@ -79,0 +81,0 @@ "extends": [ |
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
112211
66