rightclick
Advanced tools
Comparing version 0.4.3 to 0.4.4
# rightClick Changelog | ||
### 28 March 2014, 0.4.4 | ||
* Don't error when passed undefined docPath to Copy or Delete | ||
### 27 March 2014, 0.4.3 | ||
@@ -4,0 +8,0 @@ |
@@ -6,2 +6,4 @@ var fs = require('fs'), | ||
docPath = docPath || []; | ||
// Clear clipboard. | ||
@@ -8,0 +10,0 @@ this.clipboard.files = {}; |
@@ -6,2 +6,4 @@ var fs = require('fs'), | ||
docPath = docPath || []; | ||
// Push single path into array object | ||
@@ -8,0 +10,0 @@ if (typeof docPath === 'string') { |
{ | ||
"name": "rightclick", | ||
"description": "Cut, copy, paste and delete for node.js", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"keywords": [ | ||
@@ -24,3 +24,3 @@ "cut", | ||
"dependencies": { | ||
"col": "0.0.4", | ||
"col": "0.0.5", | ||
"underscore": "1.6.0" | ||
@@ -27,0 +27,0 @@ }, |
22006
454