smalle changes

This commit is contained in:
2026-05-27 16:49:09 +02:00
parent 89b7afebe6
commit f8698692ee
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
#lang info #lang info
(define collection "jsmaker") (define collection "js-maker")
(define version "0.2") (define version "0.3")
(define pkg-desc "Syntax-driven Racket-to-JavaScript maker macro with regression tests.") (define pkg-desc "Syntax-driven Racket-to-JavaScript maker macro.")
(define pkg-authors '(hans-dijkema)) (define pkg-authors '(hans-dijkema))
(define deps '("base")) (define deps '("base"))
(define build-deps '("scribble-lib" "racket-doc")) (define build-deps '("scribble-lib" "racket-doc"))
(define scribblings (define scribblings
'(("scrbl/jsmaker.scrbl" () (library)) '(("scrbl/js-maker.scrbl" () (library))
("scrbl/usecases.scrbl" () (library)))) ("scrbl/usecases.scrbl" () (library))))
;; Running the package test suite should invoke exactly the maintained ;; Running the package test suite should invoke exactly the maintained