repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

commit
b8d1fd5
parent
0cf7617
author
Eric Bower
date
2023-07-10 22:56:15 -0400 EDT
fmt
1 files changed,  +3, -2
M npm.ts
M npm.ts
+3, -2
 1@@ -69,11 +69,12 @@ async function main() {
 2     package: {
 3       name: "starfx",
 4       version,
 5-      description: "Async flow control and state management system for deno, node, and browser",
 6+      description:
 7+        "Async flow control and state management system for deno, node, and browser",
 8       license: "MIT",
 9       author: {
10         name: "Eric Bower",
11-        email: "me@erock.io"
12+        email: "me@erock.io",
13       },
14       repository: {
15         type: "git",