Skip to content

Commit b87c50b

Browse files
committedFeb 20, 2020
Update Dependencies
1 parent 7471498 commit b87c50b

File tree

5 files changed

+1150
-842
lines changed

5 files changed

+1150
-842
lines changed
 

‎docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h4>Installation</h4>
112112
<pre class='hljs'>npm install --save @thebespokepixel/meta</pre>
113113
<h4>Setup</h4>
114114
<p>Import (or require) the module…</p>
115-
<h6>ES2015</h6>
115+
<h6>ES6</h6>
116116
<pre class='hljs'><span class="hljs-keyword">import</span> meta <span class="hljs-keyword">from</span> <span class="hljs-string">'@thebespokepixel/meta'</span>
117117

118118
<span class="hljs-keyword">const</span> metadata = meta(__dirname) <span class="hljs-comment">// Start searching from inside this scripts module</span></pre>
@@ -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/c5f0b9bad1c9418fdb54af208d7a5b6b91002eaf/src/index.js#L18-L87'>
155+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/74714986a73bc53d01968031d5ec05d575cf6f73/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/c5f0b9bad1c9418fdb54af208d7a5b6b91002eaf/src/index.js#L30-L84'>
230+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/74714986a73bc53d01968031d5ec05d575cf6f73/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/c5f0b9bad1c9418fdb54af208d7a5b6b91002eaf/src/index.js#L64-L83'>
324+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/74714986a73bc53d01968031d5ec05d575cf6f73/src/index.js#L64-L83'>
325325
<span>src/index.js</span>
326326
</a>
327327

‎package-lock.json

+1,143-835
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
@@ -43,7 +43,7 @@
4343
"@babel/core": "^7.8.4",
4444
"@babel/preset-env": "^7.8.4",
4545
"ava": "^3.3.0",
46-
"documentation-theme-bespoke": "^1.1.2",
46+
"documentation-theme-bespoke": "^1.1.3",
4747
"gulp": "^4.0.2",
4848
"gulp-better-rollup": "^4.0.1",
4949
"gulp-rename": "^2.0.0",

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install --save @thebespokepixel/meta
3030

3131
Import (or require) the module…
3232

33-
###### ES2015
33+
###### ES6
3434

3535
```javascript
3636
import meta from '@thebespokepixel/meta'

‎src/docs/example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ npm install --save @thebespokepixel/meta
88

99
Import (or require) the module…
1010

11-
###### ES2015
11+
###### ES6
1212

1313
```javascript
1414
import meta from '@thebespokepixel/meta'

0 commit comments

Comments
 (0)
Please sign in to comment.