Skip to content

Commit 998a33b

Browse files
Justin Martindependabot[bot]
andauthored
Add sidekickup.com tip. (#57)
* Bump serve from 9.6.0 to 11.3.2 (#56) Bumps [serve](https://github.com/zeit/serve) from 9.6.0 to 11.3.2. - [Release notes](https://github.com/zeit/serve/releases) - [Commits](vercel/serve@9.6.0...11.3.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add sidekick script Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 285468a commit 998a33b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,6 @@ <h2 class="left">Online JSON Compare</h2>
205205
$('#' + otherSide + '-input').addClass(otherSideClass);
206206
}
207207
</script>
208+
<script id="sidekick-plugin-script" src="//www.sidekickup.com/javascript/siteplugin.bundle.js?path=eb61f83c-a6ae-4a02-abc0-d8d0f2487dca/triggers"></script>
208209
</body>
209210
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/justspamjustin/online-json-diff#readme",
2626
"devDependencies": {
27-
"serve": "^9.2.0"
27+
"serve": "^11.3.2"
2828
}
2929
}

0 commit comments

Comments
 (0)