Skip to content

Commit 82697eb

Browse files
committed
docs(README): add audit badge and update links
1 parent ae5b238 commit 82697eb

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
],
1010
"rules": {
1111
"prettier/prettier": [
12-
"error"
12+
"error",
13+
{
14+
"endOfLine": "auto"
15+
}
1316
]
1417
}
1518
}

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
<div align="center">
1717

18-
[![circleci-image]][circleci-url] [![npm-image]][npm-url]
18+
[![circleci-image]][circleci-url] [![npm-image]][npm-url] [![audit-report-image]][audit-report-url]
1919

2020
</div>
2121

2222
<div align="center">
2323
<h3>
24-
<a href="https://adonisjs.com">
24+
<a href="https://preview.adonisjs.com">
2525
Website
2626
</a>
2727
<span> | </span>
28-
<a href="https://adonisjs.com/docs">
28+
<a href="https://preview.adonisjs.com/guides">
2929
Guides
3030
</a>
3131
<span> | </span>
@@ -36,11 +36,14 @@
3636
</div>
3737

3838
<div align="center">
39-
<sub>Built with ❤︎ by <a href="https://github.com/thetutlage">Harminder Virk</a>
39+
<sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a>
4040
</div>
4141

4242
[circleci-image]: https://img.shields.io/circleci/project/github/adonisjs/assembler/master.svg?style=for-the-badge&logo=circleci
4343
[circleci-url]: https://circleci.com/gh/adonisjs/aseembler "circleci"
4444

4545
[npm-image]: https://img.shields.io/npm/v/@adonisjs/assembler/latest.svg?style=for-the-badge&logo=npm
4646
[npm-url]: https://npmjs.org/package/@adonisjs/assembler/v/latest "npm"
47+
48+
[audit-report-image]: https://img.shields.io/badge/-Audit%20Report-blueviolet?style=for-the-badge
49+
[audit-report-url]: https://htmlpreview.github.io/?https://github.com/adonisjs/assembler/blob/develop/npm-audit.html "audit-report"

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
August 7th 2020, 7:14:13 am
58+
August 7th 2020, 8:01:30 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

0 commit comments

Comments
 (0)