Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Apr 9, 2021
1 parent 1d1d919 commit 765dfde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 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.

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

0 comments on commit 765dfde

Please sign in to comment.