File tree 5 files changed +1150
-842
lines changed
5 files changed +1150
-842
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ <h4>Installation</h4>
112
112
< pre class ='hljs '> npm install --save @thebespokepixel/meta</ pre >
113
113
< h4 > Setup</ h4 >
114
114
< p > Import (or require) the module…</ p >
115
- < h6 > ES2015 </ h6 >
115
+ < h6 > ES6 </ h6 >
116
116
< pre class ='hljs '> < span class ="hljs-keyword "> import</ span > meta < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> '@thebespokepixel/meta'</ span >
117
117
118
118
< 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'>
152
152
</ h3 >
153
153
154
154
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 '>
156
156
< span > src/index.js</ span >
157
157
</ a >
158
158
@@ -227,7 +227,7 @@ <h3 class='left m0 panel-title' id='metadata'>
227
227
</ h3 >
228
228
229
229
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 '>
231
231
< span > src/index.js</ span >
232
232
</ a >
233
233
@@ -321,7 +321,7 @@ <h3 class='left m0 panel-title' id='metadata'>
321
321
< div class ='clearfix '>
322
322
323
323
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 '>
325
325
< span > src/index.js</ span >
326
326
</ a >
327
327
Original file line number Diff line number Diff line change 43
43
"@babel/core" : " ^7.8.4" ,
44
44
"@babel/preset-env" : " ^7.8.4" ,
45
45
"ava" : " ^3.3.0" ,
46
- "documentation-theme-bespoke" : " ^1.1.2 " ,
46
+ "documentation-theme-bespoke" : " ^1.1.3 " ,
47
47
"gulp" : " ^4.0.2" ,
48
48
"gulp-better-rollup" : " ^4.0.1" ,
49
49
"gulp-rename" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ npm install --save @thebespokepixel/meta
30
30
31
31
Import (or require) the module…
32
32
33
- ###### ES2015
33
+ ###### ES6
34
34
35
35
``` javascript
36
36
import meta from ' @thebespokepixel/meta'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ npm install --save @thebespokepixel/meta
8
8
9
9
Import (or require) the module…
10
10
11
- ###### ES2015
11
+ ###### ES6
12
12
13
13
``` javascript
14
14
import meta from ' @thebespokepixel/meta'
You can’t perform that action at this time.
0 commit comments