Skip to content

Commit 5f373bf

Browse files
committed
1.0.0 Release
1 parent 7a36c28 commit 5f373bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ But that leads to a tight coupling of one command to the next, if the first must
77

88
With the `AsyncCommand` and `AsyncMacroCommand` you could dynamically create a pipeline of commands to be executed sequentially, each of which may have multiple async tasks to complete. None need know anything about the others.
99

10+
* [NPM Package](https://www.npmjs.com/package/@puremvc/puremvc-typescript-util-async-command?activeTab=readme)
11+
1012
## Status
1113
Production - [Version 1.0.0](https://github.com/PureMVC/puremvc-typescript-util-async-command/blob/master/VERSION)
1214

1315
## Platforms / Technologies
1416
* [Typescript](http://en.wikipedia.org/wiki/Typescript)
15-
* [NPM Package](https://www.npmjs.com/package/@puremvc/puremvc-js-util-async-command)
1617

1718
## Ported Utility
1819
* This is a direct port of the original [AS3 AsyncCommand utility](https://github.com/PureMVC/puremvc-as3-util-asynccommand)

0 commit comments

Comments
 (0)