From afe65b73ed0b9ad46a0e77ae9e6e81dbb1b17e25 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Wed, 18 May 2022 02:11:44 +0000 Subject: [PATCH] Add a package file This will be v1.2.0 --- dylan-package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dylan-package.json diff --git a/dylan-package.json b/dylan-package.json new file mode 100644 index 0000000..9826262 --- /dev/null +++ b/dylan-package.json @@ -0,0 +1,11 @@ +{ + "dependencies": [], + "category": "utilities", + "dev-dependencies": [ + "testworks" + ], + "description": "String manipulation functions", + "name": "strings", + "version": "1.2.0", + "url": "https://github.com/dylan-lang/strings" +}