Skip to content

Commit a74301c

Browse files
committed
chore: remove RunKit
This service is dead. > Sometime in November 2023, I observed that new packages and package versions uploaded to NPM stopped being updated on RunKit. > I don’t believe this project is being actively maintained anymore, though it would be delightful if that changed. https://discuss.runkit.com/t/cant-run-on-runkit-unavaible/4976 If we decide to re-introduce something like runkit, let's make it in a way that will continue to work, despite aquisitions and so on. See https://howtomarketagame.com/2021/11/01/dont-build-your-castle-in-other-peoples-kingdoms/ Let's remove it for now, so at least the JS console won't have errors.
1 parent 80bc1d9 commit a74301c

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

docs/_includes/embed-scripts.html

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/_includes/footer.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script src="{{ "/assets/js/prism.js" | prepend: site.baseurl }}"></script>
2-
<script src="https://embed.runkit.com"></script>
3-
{% include embed-scripts.html %}
42

53
<div class="footer">
64
<div class="container text-center">

docs/release-source/release/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "examples",
33
"version": "1.0.0",
4-
"description": "Simulate running the Sinon runnable examples in RunKit",
4+
"description": "Simulate running the Sinon runnable examples",
55
"scripts": {
66
"test": "./run-test.sh"
77
},
88
"license": "ISC",
9-
"// dependencies": "We use 'latest' for the versions, as that is what RunKit will use",
9+
"// dependencies": "We use 'latest' for the versions",
1010
"dependencies": {
1111
"@fatso83/mini-mocha": "latest",
1212
"@sinonjs/referee": "latest",

0 commit comments

Comments
 (0)