Skip to content

Commit

Permalink
fix(dependencies): fix some vulnerabilities, re-align eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiah committed Jul 18, 2019
1 parent 9379873 commit 23cb0b8
Show file tree
Hide file tree
Showing 4 changed files with 1,913 additions and 1,692 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "airbnb",
"extends": "airbnb-base",
"parserOptions": {
"sourceType": "script"
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A simple package for fetching JSON from a URL and caching it for a decided amount of time.

## [Documentation](https://tobitenno.github.io/json-fetch-cache)
## [Documentation](http://matej.voboril.org/json-fetch-cache)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d58ad0ff883b423aa8d6014931362032)](https://www.codacy.com/app/aliasfalse/json-fetch-cache?utm_source=github.com&utm_medium=referral&utm_content=aliasfalse/json-fetch-cache&utm_campaign=Badge_Grade) [![Greenkeeper badge](https://badges.greenkeeper.io/TobiTenno/json-fetch-cache.svg)](https://greenkeeper.io/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
Expand Down
Loading

0 comments on commit 23cb0b8

Please sign in to comment.