Skip to content

Commit 61fa5df

Browse files
author
Pascal
committed
v0.1.5: Fixed type in default columnFamily name
1 parent b25c1bc commit 61fa5df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

forward_engineering/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
}
2828

2929
if(!columnFamilies.length){
30-
columnFamilies.push('<columnFaimily>');
30+
columnFamilies.push('<columnFamily>');
3131
}
3232

3333
return columnFamilies;

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "HBase",
3-
"version": "0.1.4",
4-
"versionDate": "2018-04-13",
3+
"version": "0.1.5",
4+
"versionDate": "2018-07-15",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.12.7",

0 commit comments

Comments
 (0)