Skip to content

Commit 993d0fe

Browse files
committed
create a fake async file I/O method (fs.readFile); use it in a test as a proof of concept
1 parent ca98805 commit 993d0fe

File tree

11 files changed

+831
-33
lines changed

11 files changed

+831
-33
lines changed

Jake/templates/package.json.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818
],
1919
"dependencies": {
20+
"async": "0.1.22",
2021
"github-flavored-markdown": "git://github.com/hegemonic/github-flavored-markdown.git",
2122
"js2xmlparser": "0.1.0",
2223
"jshint": "0.9.1",

LICENSE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ license, which is reproduced below:
5656
> SOFTWARE.
5757
5858

59+
## Async.js ##
60+
61+
Async.js is distributed under the MIT license, which is reproduced above.
62+
63+
Copyright (c) 2010 Caolan McMahon.
64+
65+
The source code for Async.js is available at:
66+
https://github.com/caolan/async
67+
68+
5969
## github-flavored-markdown ##
6070

6171
github-flavored-markdown is distributed under the BSD 3-clause license:

node_modules/async/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/async/index.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)