mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
8 lines
146 B
JavaScript
Executable File
8 lines
146 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
/* eslint strict:0, camelcase:0 */
|
|
|
|
'use strict';
|
|
|
|
require('antd-tools/lib/updateComponents')(name => !!name.match(/^rc-/));
|