Skip to content

Commit

Permalink
package: add sphinx-extensions dev-dep, set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Jan 6, 2025
1 parent c65c76b commit 8dd4d08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dylan-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"category" : "utilities",
"dependencies": [],
"dev-dependencies": [ "testworks" ],
"dev-dependencies": [
"sphinx-extensions",
"testworks"
],
"description": "Anaphoric constructs",
"name": "anaphora",
"version": "0.1.1",
"version": "0.2.0",
"url": "https://github.com/dylan-lang/anaphora",
"keywords": [ "macro", "lisp", "anaphora" ],
"contact": "[email protected]",
Expand Down

0 comments on commit 8dd4d08

Please sign in to comment.