diff --git a/package.json b/package.json index 4d558c3d..df63ae72 100644 --- a/package.json +++ b/package.json @@ -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", @@ -32,5 +31,8 @@ "prettier": "2.7.1", "ts-jest": "^29.1.1", "typescript": "4.6.4" + }, + "optionalDependencies": { + "@flatfile/changelog": "^0.0.3" } }