Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "cleaver", | ||
"preferGlobal": true, | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"author": "Jordan Scales <scalesjordan@gmail.com>", | ||
@@ -27,3 +27,4 @@ "description": "30-second slideshows for hackers", | ||
"highlight.js": "~7.3.0", | ||
"marked": "~0.2.9" | ||
"marked": "~0.2.9", | ||
"commander": "~2.1.0" | ||
}, | ||
@@ -30,0 +31,0 @@ "devDependencies": { |
@@ -201,3 +201,3 @@ # Cleaver | ||
* Checkout a release branch (`git checkout -b feature/cool-wordart`) | ||
* Make changes, commit, and push | ||
* Make changes, commit, and push (`npm test` and make sure it passes) | ||
* Open a pull request! | ||
@@ -204,0 +204,0 @@ |
Sorry, the diff of this file is not supported yet
39835
7
+ Addedcommander@~2.1.0
+ Addedcommander@2.1.0(transitive)