Skip to content

Commit

Permalink
feat(package): Add cds as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisevanfox committed Nov 25, 2022
1 parent aed41d7 commit 0404ccd
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 56 deletions.
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"build:link": "yarn build && npm link",
"test:lint": "npx eslint './test/gen/*'"
},
"peerDependencies": {
"@sap/cds": "^6.3.1"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
Expand Down

0 comments on commit 0404ccd

Please sign in to comment.