@mountainpass/problem-document 0.0.2 → 0.0.3

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.
package/.gitattributes CHANGED
@@ -3,14 +3,16 @@
3
3
  *.snap linguist-generated
4
4
  /.eslintrc.json linguist-generated
5
5
  /.gitattributes linguist-generated
6
+ /.github/dependabot.yml linguist-generated
6
7
  /.github/pull_request_template.md linguist-generated
7
8
  /.github/workflows/build.yml linguist-generated
8
9
  /.github/workflows/pull-request-lint.yml linguist-generated
9
10
  /.github/workflows/release.yml linguist-generated
10
- /.github/workflows/upgrade-main.yml linguist-generated
11
11
  /.gitignore linguist-generated
12
12
  /.mergify.yml linguist-generated
13
13
  /.npmignore linguist-generated
14
+ /.prettierignore linguist-generated
15
+ /.prettierrc.json linguist-generated
14
16
  /.projen/** linguist-generated
15
17
  /.projen/deps.json linguist-generated
16
18
  /.projen/files.json linguist-generated
@@ -0,0 +1 @@
1
+ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
@@ -0,0 +1,3 @@
1
+ {
2
+ "overrides": []
3
+ }