Skip to content

Commit e60c584

Browse files
committed
fix: add missing config
Signed-off-by: Will Killian <william.killian@outlook.com>
1 parent e1c191f commit e60c584

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ htmlcov/
2020
**/*.json
2121
!example.json
2222
!tests/fixtures/**/*.json
23+
!fern/fern.config.json
2324

2425
**/.DS_Store

fern/fern.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"organization": "millersville-computer-science",
3+
"version": "4.35.0"
4+
}

0 commit comments

Comments
 (0)