diff --git a/packages.json b/packages.json index fb988ad..0888845 100644 --- a/packages.json +++ b/packages.json @@ -3599,6 +3599,44 @@ "repo": "https://github.com/purescript/purescript-validation.git", "version": "v3.0.0" }, + "now": { + "dependencies": [ + "arrays", + "assert", + "bifunctors", + "console", + "control", + "datetime", + "eff", + "either", + "enums", + "foldable-traversable", + "functions", + "generics", + "globals", + "identity", + "integers", + "invariant", + "lazy", + "lists", + "math", + "maybe", + "monoid", + "newtype", + "nonempty", + "partial", + "prelude", + "proxy", + "st", + "strings", + "tailrec", + "tuples", + "unfoldable", + "unsafe-coerce" + ], + "repo": "https://github.com/purescript-contrib/purescript-now.git", + "version": "v3.0.0" + }, "yargs": { "dependencies": [ "arrays",