Skip to content

Commit

Permalink
Merge branch 'release/v2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Feb 19, 2020
2 parents 3016965 + 7da2626 commit ea31ff6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--
---
branches:
only:
- master
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>@thebespokepixel/meta 2.0.0 | Documentation</title>
<title>@thebespokepixel/meta 2.0.1 | Documentation</title>
<meta name='description' content='Extract package metadata with consistent presentation'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="assets/css/ace.min.css" rel="stylesheet">
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100 sidebar'>
<div class='py1 px2'>
<h3 class="m0 no-anchor">@thebespokepixel/meta</h3>
<div class="mb1"><code>2.0.0</code></div>
<div class="mb1"><code>2.0.1</code></div>
<input
placeholder="Filter"
id="filter-input"
Expand Down Expand Up @@ -152,7 +152,7 @@ <h3 class='left m0 panel-title' id='meta'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://[email protected]/thebespokepixel/meta/blob/4efa10a656f2896470c8cb9dab0c2c743bc69b57/src/index.js#L18-L87'>
<a class='pl3 pr1 right rounded github' href='https://[email protected]/thebespokepixel/meta/blob/c5f0b9bad1c9418fdb54af208d7a5b6b91002eaf/src/index.js#L18-L87'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -227,7 +227,7 @@ <h3 class='left m0 panel-title' id='metadata'>
</h3>


<a class='pl3 pr1 right rounded github' href='https://[email protected]/thebespokepixel/meta/blob/4efa10a656f2896470c8cb9dab0c2c743bc69b57/src/index.js#L30-L84'>
<a class='pl3 pr1 right rounded github' href='https://[email protected]/thebespokepixel/meta/blob/c5f0b9bad1c9418fdb54af208d7a5b6b91002eaf/src/index.js#L30-L84'>
<span>src/index.js</span>
</a>

Expand Down Expand Up @@ -321,7 +321,7 @@ <h3 class='left m0 panel-title' id='metadata'>
<div class='clearfix'>


<a class='pl3 pr1 right rounded github' href='https://[email protected]/thebespokepixel/meta/blob/4efa10a656f2896470c8cb9dab0c2c743bc69b57/src/index.js#L64-L83'>
<a class='pl3 pr1 right rounded github' href='https://[email protected]/thebespokepixel/meta/blob/c5f0b9bad1c9418fdb54af208d7a5b6b91002eaf/src/index.js#L64-L83'>
<span>src/index.js</span>
</a>

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thebespokepixel/meta",
"version": "2.0.0",
"version": "2.0.1",
"description": "Extract package metadata with consistent presentation",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit ea31ff6

Please sign in to comment.