Skip to content

Commit

Permalink
remove JSONToRC dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Aug 2, 2024
1 parent 7bff2d7 commit 51552fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
],
"dependencies":{
"cbelasticsearch":"^3.2",
"cbrestbasehandler":"^1.0.0",
"JSONToRC":"^1.0.0"
"cbrestbasehandler":"^1.0.0"
},
"ignore":[
"**/.*",
Expand All @@ -41,7 +40,6 @@
},
"installPaths":{
"cbelasticsearch":"modules/cbelasticsearch/",
"cbrestbasehandler":"modules/cbrestbasehandler/",
"JSONToRC":"modules/JSONToRC/"
"cbrestbasehandler":"modules/cbrestbasehandler/"
}
}
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

----
## [Unreleased]
### Changed
* Remove JSONToRC module dependency as Coldbox handles this by default

## [3.0.4] => 2023-11-19
### Changed
* Bump cbElasticsearch version to 3.2
Expand Down

0 comments on commit 51552fb

Please sign in to comment.