format patches
This commit is contained in:
parent
151ee69bc2
commit
3725e0450d
|
@ -1,12 +1,20 @@
|
||||||
Description: Avoid privacy breach in documentation
|
From: Jonas Smedegaard <dr@jones.dk>
|
||||||
|
Date: Wed, 8 May 2024 10:22:29 +0800
|
||||||
|
Subject: Avoid privacy breach in documentation
|
||||||
|
|
||||||
Forwarded: no
|
Forwarded: no
|
||||||
Author: Jonas Smedegaard <dr@jones.dk>
|
Last-Update: 2020-12-03
|
||||||
|
|
||||||
Last-Update: 2020-12-03
|
Last-Update: 2020-12-03
|
||||||
---
|
---
|
||||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
README.md | 4 ----
|
||||||
|
1 file changed, 4 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/README.md b/README.md
|
||||||
|
index 8736fdb..d0ad3f2 100644
|
||||||
--- a/README.md
|
--- a/README.md
|
||||||
+++ b/README.md
|
+++ b/README.md
|
||||||
@@ -3,10 +3,6 @@
|
@@ -3,10 +3,6 @@ Serialize JavaScript
|
||||||
|
|
||||||
Serialize JavaScript to a _superset_ of JSON that includes regular expressions, dates and functions.
|
Serialize JavaScript to a _superset_ of JSON that includes regular expressions, dates and functions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue