Commit 2aae00d8a6f9cfa78cf1fbe5efd44814dfc9c250

Authored by Adhidarma Hadiwinoto
1 parent 08a6dbbfd3
Exists in master

Update rc

Showing 1 changed file with 3 additions and 0 deletions Inline Diff

1 "use strict"; 1 "use strict";
2 2
3 module.exports = { 3 module.exports = {
4 '00': '00', 4 '00': '00',
5 '13': '90', 5 '13': '90',
6 '14': '14', 6 '14': '14',
7 '47': '47',
7 '68': '68', 8 '68': '68',
9 '77': '77',
8 '88': '88', 10 '88': '88',
9 '89': '89', 11 '89': '89',
10 '90': '90', 12 '90': '90',
11 '91': '90', 13 '91': '90',
12 '93': '94', 14 '93': '94',
15 '94': '94',
13 '96': '68' 16 '96': '68'
14 } 17 }
15 18