added progress to package.json

This commit is contained in:
Craig Condon
2014-03-06 11:28:00 -08:00
parent c9025d1c74
commit 9d372ffecd
+3 -2
View File
@@ -2,7 +2,7 @@
"author": "Craig Condon <craig.j.condon@gmail.com>",
"name": "nexe",
"description": "Roll node.s applications into a single executable",
"version": "0.2.7",
"version": "0.2.8",
"repository": {
"type": "git",
"url": "git://github.com/crcn/nexe.git"
@@ -19,7 +19,8 @@
"sardines": "~0.4.5",
"async": "~0.2.10",
"colors": "~0.6.2",
"glob": "~3.2.9"
"glob": "~3.2.9",
"progress": "~1.1.3"
},
"preferGlobal": "true",
"bin": {