Skip to content

Commit

Permalink
feat: yarn fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Sep 24, 2022
1 parent 6fe2129 commit 10518df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ const { Mock } = require("@drashland/rhum");
// ...
```

... renders like the tabbed code blocks on this page: https://drash.land/rhum/v2.x/getting-started/introduction
... renders like the tabbed code blocks on this page:
https://drash.land/rhum/v2.x/getting-started/introduction

## Tech Stack

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"clean": "rm -rf node_modules && rm yarn.lock && yarn",
"fmt": "deno fmt src/ docs/ pages/ tests/ styles/ README.md",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit 10518df

Please sign in to comment.