Skip to content

Commit

Permalink
Merge pull request #8 from hckrnews/feature/first-draft
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
w3nl authored Mar 28, 2023
2 parents c0a87e1 + 586c565 commit f8e7953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Result:
npm test
```

This will run all the tests in the test folder with mocha.
This will run all the tests in the test folders with the native test runner.

If you only want to check the eslint rules, just run.

Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hckrnews/geolocation",
"version": "0.1.1",
"version": "0.1.2",
"description": "Geolocation helper",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit f8e7953

Please sign in to comment.