Skip to content

Commit

Permalink
maybe it needs to be written as a local expr?
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Apr 24, 2020
1 parent a252cfc commit e8fa0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.32.18",
"version": "5.32.19",
"engines": {
"node": ">=6.0.0"
},
Expand All @@ -19,7 +19,7 @@
"description": "A Javascript finite state machine (FSM) with a terse DSL and a simple API. Well tested, and typed with Flowtype. MIT License.",
"main": "dist/jssm.es5.cjs.js",
"module": "dist/es6/jssm.js",
"types": "jssm.d.ts",
"types": "./jssm.d.ts",
"scripts": {
"test": "npm run make && npm run justtest",
"rmgenerated": "rm -f src/js/jssm-dot.ts && rm -f src/js/version.ts && rm -f *.d.ts",
Expand Down

0 comments on commit e8fa0b0

Please sign in to comment.