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