Skip to content

Commit

Permalink
task runner updates (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 31, 2022
1 parent 327bdea commit 8b8d78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Your pull request build must pass (the build will run automatically).<br>
You can run the following command locally to ensure the build will pass:

````sh
npm run test
npm test
````

* This library is using multiple code inspection tools to validate certain level of standards.<br>The configuration is part of the repository and you can set your favorite IDE using that configuration.<br>You can run the following command locally to ensure the code inspection passes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"karma-mocha": "^2",
"karma-sinon-chai": "^2",
"mocha": "^9",
"sinon": "^11",
"sinon": "^13",
"sinon-chai": "^3",
"stylelint": "^13",
"stylelint-config-standard": "^22"
Expand Down

0 comments on commit 8b8d78e

Please sign in to comment.