declapract-typescript-ehmpathy 0.30.0 → 0.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27,7 +27,8 @@ resource "github_repository" "this" {
|
|
|
27
27
|
|
|
28
28
|
lifecycle {
|
|
29
29
|
ignore_changes = [
|
|
30
|
-
description # dont worry about the description in these checks; the purpose of these checks is to check developer experience, not repo contents
|
|
30
|
+
description, # dont worry about the description in these checks; the purpose of these checks is to check developer experience, not repo contents
|
|
31
|
+
homepage_url # dont worry about the homepay-url in these checks either; same as above
|
|
31
32
|
]
|
|
32
33
|
}
|
|
33
34
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "declapract-typescript-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "declapract best practices declarations for typescript",
|
|
5
|
-
"version": "0.30.
|
|
5
|
+
"version": "0.30.1",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"repository": "ehmpathy/declapract-typescript-ehmpathy",
|
|
8
8
|
"homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",
|