Skip to content

Commit

Permalink
dylan-package.json: add contact and license
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed May 7, 2024
1 parent 4b938f3 commit 033a030
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dylan-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "opendylan",
"category": "compilers",
"contact": "[email protected]",
"description": "The Open Dylan compiler, IDE, and core libraries",
"dependencies": [
"[email protected]",
Expand All @@ -17,5 +18,7 @@
"testworks"
],
"url": "https://github.com/dylan-lang/opendylan",
"version": "2024.2.0"
"version": "2024.2.0",
"license": "DUAL",
"license-url": "https://github.com/dylan-lang/opendylan/blob/master/License.txt"
}

0 comments on commit 033a030

Please sign in to comment.