dylan-lang / deft

The Dylan CLI
MIT License
2 stars 2 forks source link

dylan publish drops "license" and other settings #2

Closed cgay closed 2 months ago

cgay commented 3 months ago

While publishing a new version of lsp-dylan I checked the diff it created in pacman-catalog...

00:51:03 ~/dylan/workspaces/pacman-catalog (lsp-dylan*) 
$ git diff
diff --git a/v1/ls/p-/lsp-dylan b/v1/ls/p-/lsp-dylan
index 4da47c0..11ceb13 100644
--- a/v1/ls/p-/lsp-dylan
+++ b/v1/ls/p-/lsp-dylan
@@ -1,14 +1,28 @@
 {
-  "category": "development tools",
-  "contact": "dylan-lang@googlegroups.com",
-  "description": "Language Server Protocol",
-  "keywords": ["lsp"],
+  "category": "",
+  "contact": "",
+  "description": "Language Server Protocol implementation",
+  "keywords": [],
   "name": "lsp-dylan",
   "releases": [{
+                 "dependencies": ["command-line-parser@3.1.0",
+                                  "dylan-tool@0.11.1", "json@1.0.0",
+                                  "logging@2.1.0", "uncommon-dylan@0.2.0"],
+                 "deps": ["command-line-parser@3.1.0", "dylan-tool@0.11.1",
+                          "json@1.0.0", "logging@2.1.0",
+                          "uncommon-dylan@0.2.0"],
+                 "dev-dependencies": ["sphinx-extensions", "testworks",
+                                      "vscode-dylan"],
+                 "license": "Unknown",
+                 "url": "https://github.com/dylan-lang/lsp-dylan",
+                 "version": "0.2.0"
+               },
...

Notice that it zeroed out the values for category, contact, and keywords, and changed the license from MIT to Unknown.