From 72e6869e71dd7adde9046b6f030eb15b67908ad8 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sat, 4 May 2024 11:38:53 -0400 Subject: [PATCH] Add dylan-package.json I want to be able to pull this into the "website" repo workspace as a dependency rather than doing manual steps to check it out in the right place. --- dylan-package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dylan-package.json diff --git a/dylan-package.json b/dylan-package.json new file mode 100644 index 0000000..85a53b7 --- /dev/null +++ b/dylan-package.json @@ -0,0 +1,9 @@ +{ + "name": "dylan-programming-book", + "description": "The Dylan Programming guide (DPG)", + "version": "0.1.0", + "category": "documentation", + "contact": "dylan-lang@googlegroups.com", + "keywords": ["documentation"], + "url": "https://github.com/dylan-lang/dylan-programming-book" +}