@ember-template-lint/todo-utils
Advanced tools
Comparing version 8.0.0-beta.1 to 8.0.0-beta.2
@@ -0,1 +1,10 @@ | ||
## v8.0.0-beta.2 (2021-02-02) | ||
#### :bug: Bug Fix | ||
* [#87](https://github.com/ember-template-lint/ember-template-lint-todo-utils/pull/87) Fixes typo when writing todoConfig ([@scalvert](https://github.com/scalvert)) | ||
#### Committers: 1 | ||
- Steve Calvert ([@scalvert](https://github.com/scalvert)) | ||
## v8.0.0-beta.1 (2021-02-02) | ||
@@ -2,0 +11,0 @@ |
@@ -81,3 +81,3 @@ "use strict"; | ||
pkg.lintTodo = { | ||
decayDays: todoConfig, | ||
daysToDecay: todoConfig, | ||
}; | ||
@@ -84,0 +84,0 @@ let updatedContents = JSON.stringify(pkg, undefined, 2); |
{ | ||
"name": "@ember-template-lint/todo-utils", | ||
"version": "8.0.0-beta.1", | ||
"version": "8.0.0-beta.2", | ||
"repository": "https://github.com/ember-template-lint/ember-template-lint-todo-utils.git", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"@types/tmp": "^0.2.0", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"@typescript-eslint/eslint-plugin": "^4.14.2", | ||
"@typescript-eslint/parser": "^4.14.2", | ||
"date-fns": "^2.16.1", | ||
@@ -32,0 +32,0 @@ "eslint": "^7.19.0", |
Sorry, the diff of this file is not supported yet
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
105219