Skip to content

Commit

Permalink
Dependencies upgraded and style published html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Apr 6, 2019
1 parent d8586b0 commit b611a2e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .assets/extend.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.container {
margin-top: 1rem;
}

body {
border-top: 0.4rem solid #1f8dd6;
}
11 changes: 11 additions & 0 deletions .assets/foot.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-64038939-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-64038939-2');
</script>

</body>
31 changes: 31 additions & 0 deletions .assets/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>@kev_nz/async-tools - Utility functions for working with async javascript - Kevin Isom</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="extend.css" />
<meta name="description" content="{description}" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.14.2/styles/github.min.css" />

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title"
content="@kev_nz/async-tools - utility functions for working with async javascript - Kevin Isom" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Useful utility functions for working with async javascript" />
<meta property="og:url" content="https://kevinisom.info/async-tools" />
<meta property="og:image" content="https://avatars3.githubusercontent.com/u/62547?s=400&amp;v=4" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@kev_nz" />
<meta name="twitter:title"
content="@kev_nz/async-tools - utility functions for working with async javascript - Kevin Isom" />
<meta name="twitter:description" content="Useful utility functions for working with async javascript" />
<meta name="twitter:image" content="https://avatars3.githubusercontent.com/u/62547?s=400&amp;v=4" />

</head>

<body>
<div class="container">
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"homepage": "https://kevinisom.info/creature-features/",
"devDependencies": {
"@kev_nz/publisher": "^2.1.0",
"@kev_nz/publisher": "^3.0.1",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4"
Expand All @@ -47,7 +47,7 @@
"debug": "^4.1.1",
"end-with": "^1.0.2",
"file-exists": "^5.0.1",
"jest": "^24.1.0",
"jest": "^24.7.1",
"random-weighted": "^1.0.0",
"weighted": "^0.3.0"
},
Expand Down

0 comments on commit b611a2e

Please sign in to comment.