Skip to content

Commit

Permalink
Make changelog dep optional (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Merit <[email protected]>
  • Loading branch information
meritmalling authored Jul 8, 2024
1 parent 750da87 commit 091a02b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"test": "jest"
},
"dependencies": {
"@flatfile/changelog": "^0.0.3",
"@flatfile/cross-env-config": "0.0.4",
"@types/pako": "2.0.1",
"form-data": "4.0.0",
Expand All @@ -32,5 +31,8 @@
"prettier": "2.7.1",
"ts-jest": "^29.1.1",
"typescript": "4.6.4"
},
"optionalDependencies": {
"@flatfile/changelog": "^0.0.3"
}
}

0 comments on commit 091a02b

Please sign in to comment.