Skip to content

Commit ea1b48c

Browse files
committed
Move package async to dependencies from devDependencies.
1 parent 1904f7b commit ea1b48c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"url": "https://github.com/joeferner/node-java.git"
2727
},
2828
"dependencies": {
29+
"async": "0.9.0",
2930
"find-java-home": "0.1.2",
3031
"glob": "5.0.5",
3132
"nan": "1.7.0"
3233
},
3334
"devDependencies": {
34-
"async": "0.9.0",
3535
"chalk": "1.0.0",
3636
"lodash": "3.7.0",
3737
"nodeunit": "0.9.1",

0 commit comments

Comments
 (0)