Skip to content

Commit

Permalink
feat: update sandworm-utils to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Oct 8, 2022
1 parent cefbf48 commit 0b08488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://sandworm.dev",
"dependencies": {
"sandworm-utils": "1.6.0"
"sandworm-utils": "1.7.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
Expand Down
2 changes: 1 addition & 1 deletion teardown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = async () => {

await stopRecordingSandwormActivity();

const [devDependencies, prodDependencies] = await loadDependencies(appPath);
const {devDependencies, prodDependencies} = await loadDependencies(appPath);
const ignoredModules =
config && Array.isArray(config.ignoredModules) ? config.ignoredModules : [];
const permissions = getPermissionsFromActivity(activity);
Expand Down

0 comments on commit 0b08488

Please sign in to comment.