28 lines
844 B
Diff
28 lines
844 B
Diff
From: Jonas Smedegaard <dr@jones.dk>
|
|
Date: Wed, 8 May 2024 10:22:29 +0800
|
|
Subject: Avoid privacy breach in documentation
|
|
|
|
Forwarded: no
|
|
Last-Update: 2020-12-03
|
|
|
|
Last-Update: 2020-12-03
|
|
---
|
|
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.
|