Skip to content

Commit

Permalink
7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 30, 2024
1 parent 7dd1303 commit 804a6f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcdev",
"version": "7.3.0",
"version": "7.3.1",
"description": "Accenture Salesforce Marketing Cloud DevTools",
"author": "Accenture: joern.berkefeld, douglas.midgley, robert.zimmermann, maciej.barnas",
"license": "MIT",
Expand Down Expand Up @@ -123,7 +123,9 @@
"fsevents": "*"
},
"lint-staged": {
"*.js": ["eslint --fix"]
"*.js": [
"eslint --fix"
]
},
"type": "module"
}

0 comments on commit 804a6f3

Please sign in to comment.