From 28e984295b75fc6f0d04e21c6aeb8ba1aeae22c0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 16 Jul 2022 12:05:18 +0800 Subject: [PATCH] Avoid privacy breach in documentation Forwarded: no Last-Update: 2020-12-03 Gbp-Pq: Name 2001_privacy.patch --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8736fdb..d0ad3f2 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ Serialize JavaScript Serialize JavaScript to a _superset_ of JSON that includes regular expressions, dates and functions. -[![npm Version][npm-badge]][npm] -[![Dependency Status][david-badge]][david] -![Test](https://github.com/yahoo/serialize-javascript/workflows/Test/badge.svg) - ## Overview The code in this package began its life as an internal module to [express-state][]. To expand its usefulness, it now lives as `serialize-javascript` — an independent package on npm.