File tree Expand file tree Collapse file tree 4 files changed +3
-31
lines changed Expand file tree Collapse file tree 4 files changed +3
-31
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This utility provides a simple yet effective Finite State Machine implementation
44## Status
55Production - [ Version 1.0.0] ( https://github.com/PureMVC/puremvc-typescript-util-statemachine/blob/master/VERSION )
66
7+
78## Platforms / Technologies
89* [ Typescript] ( http://en.wikipedia.org/wiki/Typescript )
910
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Release Date: 4/13/25
66 Revision: 0
77 Minor: 0
88 Authors: Cliff Hall <cliff.hall@puremvc.org>
9- : Neil Manuell <neil.manuell@puremvc.org>
109--------------------------------------------------------------------------
1110
12111.0.0 Initial port from the AS3 source.
Original file line number Diff line number Diff line change 3434 "npm:publish" : " npm publish --access public" ,
3535 "typecheck" : " tsc --noEmit -p tsconfig.json --composite false" ,
3636 "build:lib" : " npm run build:cjs && npm run build:esm" ,
37- "build:esm" : " tsc --module esnext --outDir bin/esm && echo '{\" type\" : \" module\" }' > bin/esm/package.json" ,
38- "build:cjs" : " tsc --module commonjs --outDir bin/cjs && echo '{\" type\" : \" commonjs\" }' > bin/cjs/package.json" ,
37+ "build:esm" : " tsc --module esnext --outDir bin/esm && echo '{\" type\" : \" module\" }' > bin/esm/package.json && rm -rf bin/esm/interfaces " ,
38+ "build:cjs" : " tsc --module commonjs --outDir bin/cjs && echo '{\" type\" : \" commonjs\" }' > bin/cjs/package.json && rm -rf bin/cjs/interfaces " ,
3939 "build:doc" : " typedoc" ,
4040 "clean" : " rm -rf bin"
4141
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments