Skip to content

Commit d902363

Browse files
committed
Added async to devDependencies so tests can run.
1 parent 5e679b4 commit d902363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"nodeunit": "~0.8.6",
4646
"rimraf": "~2.2.6",
4747
"ejs": "~1.0.0",
48-
"ncp": "~0.5.0"
48+
"ncp": "~0.5.0",
49+
"async": "~0.2.10"
4950
},
5051
"scripts": {
5152
"lint": "jshint src",

0 commit comments

Comments
 (0)