updated
This commit is contained in:
parent
48459758ef
commit
6c1e03ff66
2
dist/relationship.min.js
vendored
2
dist/relationship.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* relationship.js v1.2.0
|
* relationship.js v1.2.1
|
||||||
* Chinese kinship library
|
* Chinese kinship library
|
||||||
* https://passer-by.com/relationship/
|
* https://passer-by.com/relationship/
|
||||||
*
|
*
|
||||||
|
2
dist/relationship.zh-HK.min.js
vendored
2
dist/relationship.zh-HK.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* relationship.js v1.2.0
|
* relationship.js v1.2.1
|
||||||
* Chinese kinship library
|
* Chinese kinship library
|
||||||
* https://passer-by.com/relationship/
|
* https://passer-by.com/relationship/
|
||||||
*
|
*
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
import guangdong from './locale/guangdong';
|
import guangdong from './locale/guangdong';
|
||||||
import north from './locale/north';
|
import north from './locale/north';
|
||||||
|
|
||||||
const relationshipMode = {
|
export default {
|
||||||
guangdong,
|
guangdong,
|
||||||
north
|
north
|
||||||
};
|
};
|
||||||
|
|
||||||
export default relationshipMode;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user