Skip to content

Commit b901dc5

Browse files
committedJul 17, 2020
Update Dependencies
1 parent a9182d6 commit b901dc5

File tree

6 files changed

+399
-388
lines changed

6 files changed

+399
-388
lines changed
 

‎docs/assets/js/site.js

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

‎docs/assets/js/split.min.js

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

‎docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -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/7c53b9bf705a60d6f5daa9bc834faa6313b9052b/src/index.js#L18-L87'>
155+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/a9182d6b722916849141e2b379e51d5350632185/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/7c53b9bf705a60d6f5daa9bc834faa6313b9052b/src/index.js#L30-L84'>
230+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/a9182d6b722916849141e2b379e51d5350632185/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/7c53b9bf705a60d6f5daa9bc834faa6313b9052b/src/index.js#L64-L83'>
324+
<a class='pl3 pr1 right rounded github' href='https://MarkGriffiths@github.com/thebespokepixel/meta/blob/a9182d6b722916849141e2b379e51d5350632185/src/index.js#L64-L83'>
325325
<span>src/index.js</span>
326326
</a>
327327

‎package-lock.json

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

‎package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/core": "^7.10.5",
4444
"@babel/preset-env": "^7.10.4",
4545
"ava": "^3.10.1",
46-
"documentation-theme-bespoke": "^1.1.3",
46+
"documentation-theme-bespoke": "^1.1.6",
4747
"gulp": "^4.0.2",
4848
"gulp-better-rollup": "^4.0.1",
4949
"gulp-rename": "^2.0.0",
@@ -102,10 +102,7 @@
102102
],
103103
"Development Status": [
104104
[
105-
"greenkeeper",
106-
"travis-com-dev"
107-
],
108-
[
105+
"travis-com-dev",
109106
"david-dev",
110107
"david-devdeps-dev"
111108
],

‎readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
##### Development Status
1111

12-
[![Greenkeeper](https://badges.greenkeeper.io/thebespokepixel/meta.svg)](https://greenkeeper.io/ "Greenkeeper") [![Travis](https://img.shields.io/travis/com/thebespokepixel/meta/develop?logo=travis)](https://travis-ci.com/thebespokepixel/meta "Travis")
13-
[![David](https://david-dm.org/thebespokepixel/meta/develop/status.svg)](https://david-dm.org/thebespokepixel/meta/develop "David") [![David-developer](https://david-dm.org/thebespokepixel/meta/develop/dev-status.svg)](https://david-dm.org/thebespokepixel/meta/develop?type=dev "David-developer")
12+
[![Travis](https://img.shields.io/travis/com/thebespokepixel/meta/develop?logo=travis)](https://travis-ci.com/thebespokepixel/meta "Travis") [![David](https://david-dm.org/thebespokepixel/meta/develop/status.svg)](https://david-dm.org/thebespokepixel/meta/develop "David") [![David-developer](https://david-dm.org/thebespokepixel/meta/develop/dev-status.svg)](https://david-dm.org/thebespokepixel/meta/develop?type=dev "David-developer")
1413
[![Snyk](https://snyk.io/test/github/thebespokepixel/meta/badge.svg)](https://snyk.io/test/github/thebespokepixel/meta "Snyk") [![Code-climate](https://api.codeclimate.com/v1/badges/34ee5899a13cb62729b9/maintainability)](https://codeclimate.com/github/thebespokepixel/meta/maintainability "Code-climate") [![Coverage](https://api.codeclimate.com/v1/badges/34ee5899a13cb62729b9/test_coverage)](https://codeclimate.com/github/thebespokepixel/meta/test_coverage "Coverage")
1514

1615
##### Documentation/Help

0 commit comments

Comments
 (0)
Please sign in to comment.