Skip to content

Commit

Permalink
fix: Fix package.json fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Jun 23, 2022
1 parent 91459be commit 17f54ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -24,8 +24,6 @@
},
"workspaces": [
"packages/*",
"packages/blocks/*",
"packages/connections/*",
"packages/plugins/**",
"packages/utils/*"
],
Expand Down
3 changes: 2 additions & 1 deletion packages/api/package.json
Expand Up @@ -45,7 +45,8 @@
"@lowdefy/helpers": "4.0.0-alpha.16",
"@lowdefy/node-utils": "4.0.0-alpha.16",
"@lowdefy/nunjucks": "4.0.0-alpha.16",
"@lowdefy/operators": "4.0.0-alpha.16"
"@lowdefy/operators": "4.0.0-alpha.16",
"@lowdefy/operators-js": "4.0.0-alpha.16"
},
"devDependencies": {
"@jest/globals": "28.1.0",
Expand Down

0 comments on commit 17f54ac

Please sign in to comment.