cloudcms-util
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -200,3 +200,3 @@ #!/usr/bin/env node | ||
noheader: false, | ||
headers: ['name','email','first','last','company','password'] | ||
headers: ['name','email','firstName','lastName','company','password'] | ||
}).fromFile(option_csvSource).then(function (data) { | ||
@@ -203,0 +203,0 @@ context.usersToImport = data; |
{ | ||
"name": "cloudcms-util", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Various Cloud CMS command line utilities. Currently supports import and export of Cloud CMS nodes or definitions", | ||
@@ -5,0 +5,0 @@ "bin": { |
263584
15
5201