Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Dec 27, 2021
1 parent 814f203 commit 8c1824e
Show file tree
Hide file tree
Showing 2 changed files with 7 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcdev",
"version": "3.0.3",
"version": "3.1.0",
"description": "Accenture Salesforce Marketing Cloud DevTools",
"author": "joern.berkefeld, douglas.midgley, robert.zimmermann, maciej.barnas",
"license": "MIT",
Expand Down Expand Up @@ -69,6 +69,9 @@
"npm-run-all": "4.1.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"]
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
]
}
}

0 comments on commit 8c1824e

Please sign in to comment.