Skip to content

Commit

Permalink
fix: add description to package and simplify readme (#26)
Browse files Browse the repository at this point in the history
NPM was displaying the html in the markup, but the HTML doesn't align with the template-library, so I used the template from that repo. I also fixed an issue with the table and added a description to the package.json for NPM to use.
  • Loading branch information
Jesse Anderson authored Jan 18, 2022
1 parent 4d68cb3 commit 170c34b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<div align="center">
<h1>@side/fortifyjs</h1>
<div>A platform-agnostic lib for generating security headers for your web application.</div>
</br>
</div>
# @side/fortifyjs

<div align="center">
A platform-agnostic library for generating security headers for your web application.

[![NPM version][npm-image]][npm-url]
[![License][license-image]][license-url]
Expand Down Expand Up @@ -171,7 +167,6 @@ Since this library is specifically for delivering the relevant headers to secure
| X-Download-Options | noopen | [Link][x-download-options-url] |
| X-Frame-Options | SAMEORIGIN | [Link][x-frame-options-url] |
| X-Permitted-Cross-Domain-Policies | none | [Link][x-permitted-cross-domain-policies-url] |
| --------------------------- |

### Contributing Policy

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://github.com/reside-eng/fortifyjs.git",
"description": "A platform-agnostic library for generating security headers for your web application.",
"author": "Side Platform Engineering",
"license": "MIT",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 170c34b

Please sign in to comment.