Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Jan 28, 2020
1 parent 08f0a74 commit b56dd16
Show file tree
Hide file tree
Showing 5 changed files with 2,570 additions and 4,495 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ node_js:
- "10"
- "12"

install:
- npm ci

cache:
directories:
- "$HOME/.npm"

script:
- npm run lint
- npm run validate --prod
Expand Down
15 changes: 0 additions & 15 deletions ava.config.js

This file was deleted.

42 changes: 21 additions & 21 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>uttori-storage-provider-json-file - Uttori storage provider using JSON files on disk.</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Uttori storage provider using JSON files on disk.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'uttori-storage-provider-json-file',
repo: 'uttori/uttori-storage-provider-json-file'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>uttori-storage-provider-json-file - Uttori storage provider using JSON files on disk.</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Uttori storage provider using JSON files on disk.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'uttori-storage-provider-json-file',
repo: 'uttori/uttori-storage-provider-json-file'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>

0 comments on commit b56dd16

Please sign in to comment.