Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Aug 25, 2023
1 parent de7e501 commit 9cb2320
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .projen/deps.json

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

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const project = new cdk.JsiiProject({
githubOptions: { mergify: false },
license: 'Apache-2.0',

deps: ['projen', 'yaml'],
deps: ['projen'],
bundledDeps: ['yaml'],
devDeps: ['jsii-rosetta@~5.0.7'],
description: 'A projen project for creating OVOS skills, or retrofitting Mycroft skills to OVOS',
});
Expand Down
3 changes: 3 additions & 0 deletions package.json

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

0 comments on commit 9cb2320

Please sign in to comment.