Skip to content

Commit

Permalink
update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2018
1 parent 8a3bfb5 commit c99e4c4
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 174 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ This is again exposed by our CDN at:

## Cache time?

All files uploaded to CDN is configured with `Cache-Control: public,
max-age=2592000`, meaning that clients may cache the assets for up to 30 days.
All files uploaded to CDN is configured with
`Cache-Control: public, max-age=2592000`, meaning that clients may cache the
assets for up to 30 days.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
".eslintrc": ["prettier --write", "git add"]
},
"prettier": {
"proseWrap": "always",
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
Expand Down
Loading

0 comments on commit c99e4c4

Please sign in to comment.