Skip to content

Commit 323dec2

Browse files
committedJul 17, 2020
Merge branch 'release/v2.0.4' into develop
2 parents b901dc5 + 5336b21 commit 323dec2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎docs/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>@thebespokepixel/meta 2.0.3 | Documentation</title>
5+
<title>@thebespokepixel/meta 2.0.4 | Documentation</title>
66
<meta name='description' content='Extract package metadata with consistent presentation'>
77
<meta name="viewport" content="width=device-width,initial-scale=1">
88
<link href="assets/css/ace.min.css" rel="stylesheet">
@@ -15,7 +15,7 @@
1515
<div id='split-left' class='overflow-auto fs0 height-viewport-100 sidebar'>
1616
<div class='py1 px2'>
1717
<h3 class="m0 no-anchor">@thebespokepixel/meta</h3>
18-
<div class="mb1"><code>2.0.3</code></div>
18+
<div class="mb1"><code>2.0.4</code></div>
1919
<input
2020
placeholder="Filter"
2121
id="filter-input"
@@ -152,7 +152,7 @@ <h3 class='left m0 panel-title' id='meta'>
152152
</h3>
153153

154154

155-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/a9182d6b722916849141e2b379e51d5350632185/src/index.js#L18-L87'>
155+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/b901dc5c1954e3fb82b9db773d488280bee8605b/src/index.js#L18-L87'>
156156
<span>src/index.js</span>
157157
</a>
158158

@@ -227,7 +227,7 @@ <h3 class='left m0 panel-title' id='metadata'>
227227
</h3>
228228

229229

230-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/a9182d6b722916849141e2b379e51d5350632185/src/index.js#L30-L84'>
230+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/b901dc5c1954e3fb82b9db773d488280bee8605b/src/index.js#L30-L84'>
231231
<span>src/index.js</span>
232232
</a>
233233

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

323323

324-
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/a9182d6b722916849141e2b379e51d5350632185/src/index.js#L64-L83'>
324+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/b901dc5c1954e3fb82b9db773d488280bee8605b/src/index.js#L64-L83'>
325325
<span>src/index.js</span>
326326
</a>
327327

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thebespokepixel/meta",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Extract package metadata with consistent presentation",
55
"main": "index.js",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.