Skip to content

Commit

Permalink
chore: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Oct 8, 2022
1 parent a3cf005 commit 5ee950b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export interface ModuleOptions {
The default values are as follows:

```js
security: {
headers: {
security: {
headers: {
crossOriginResourcePolicy: {
value: "same-origin",
route: '',,
Expand Down Expand Up @@ -145,7 +145,7 @@ The default values are as follows:
},
route: '',,
},
}
}
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-security",
"version": "0.0.3",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit 5ee950b

Please sign in to comment.