Comparing version 1.3.10 to 1.3.11
@@ -0,1 +1,8 @@ | ||
## [1.3.11](https://github.com/cenk1cenk2/listr2/compare/v1.3.10...v1.3.11) (2020-04-30) | ||
### Bug Fixes | ||
* **build:** ignored tests files ([16d8d93](https://github.com/cenk1cenk2/listr2/commit/16d8d9336fabbfb311a821744707e8ae55e80334)) | ||
## [1.3.10](https://github.com/cenk1cenk2/listr2/compare/v1.3.9...v1.3.10) (2020-04-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "listr2", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "Terminal task list reborn!", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"prebuild": "rimraf tsconfig.build.tsbuildinfo && rimraf dist/", | ||
"build": "tsc && tscpaths -p tsconfig.paths.json -s ./dist -o ./dist", | ||
"build": "tsc -P tsconfig.build.json && tscpaths -p tsconfig.paths.json -s ./dist -o ./dist", | ||
"lint": "yarn lint:staged src/", | ||
@@ -22,0 +22,0 @@ "lint:staged": "eslint --ext .json,.ts,.js --fix", |
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
324833
60
1372