feat(package.json): Set Async version to ~ from ^

This commit is contained in:
Cody B. Daig
2016-02-06 10:16:39 -07:00
parent e24fd27961
commit 2ee7194bbc

View File

@@ -21,7 +21,7 @@
},
"dependencies": {
"acl": "~0.4.4",
"async": "^1.3.0",
"async": "~1.3.0",
"body-parser": "~1.13.1",
"bower": "~1.4.1",
"cfenv": "~1.0.0",