added progress to package.json
This commit is contained in:
+3
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user