Skip to content

Commit

Permalink
fix: for latest cds 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Oct 21, 2023
1 parent 0617ee0 commit b42d85f
Show file tree
Hide file tree
Showing 6 changed files with 10,702 additions and 3,148 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
```json
{
"cds": {
"plugins": [
"cds-change-log"
]
"plugins": {
"cds-change-log": {
"impl": "cds-change-log"
}
}
}
}
```
Expand Down
1 change: 1 addition & 0 deletions cds-plugin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("lib");

0 comments on commit b42d85f

Please sign in to comment.