Skip to content

Commit

Permalink
omg that still said flowtype
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Apr 26, 2022
1 parent 35cda8b commit 4fea20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
]
},
"description": "A Javascript finite state machine (FSM) with a terse DSL and a simple API. Well tested, and typed with Flowtype. MIT License.",
"description": "A Javascript finite state machine (FSM) with a terse DSL and a simple API. Well tested, and typed with TypeScript. MIT License.",
"main": "dist/jssm.es5.cjs.js",
"module": "dist/es6/jssm.js",
"types": "./jssm.d.ts",
Expand Down Expand Up @@ -70,7 +70,6 @@
"tested",
"typed",
"typed-js",
"flowtype",
"mealy",
"moore",
"mealy machine",
Expand All @@ -81,6 +80,7 @@
"viz.js",
"flowchart",
"visualization",
"TypeScript",
"StoneCypher"
],
"author": "John Haugeland <[email protected]>",
Expand Down

0 comments on commit 4fea20f

Please sign in to comment.