Skip to content

Commit

Permalink
Merge 48b2c4a into 4e2492c
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 31, 2022
2 parents 4e2492c + 48b2c4a commit fb36dc0
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 @@ -54,7 +54,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 fb36dc0

Please sign in to comment.