File tree 3 files changed +2
-2
lines changed
packages/plugin-react-hooks
3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 5
5
"author" : " coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)" ,
6
6
"description" : " 🐊Putout plugin adds ability convert class components to hooks" ,
7
7
"homepage" : " https://github.com/coderaiser/putout/tree/master/packages/plugin-react-hooks#readme" ,
8
- "main" : " lib/react-hooks .js" ,
8
+ "main" : " lib/index .js" ,
9
9
"release" : false ,
10
10
"tag" : false ,
11
11
"changelog" : false ,
Original file line number Diff line number Diff line change 1
1
import { createTest } from '@putout/test' ;
2
2
import rmUnused from '@putout/plugin-remove-unused-variables' ;
3
- import * as reactHooks from '../lib/react-hooks .js' ;
3
+ import * as reactHooks from '../lib/index .js' ;
4
4
5
5
const test = createTest ( import . meta. url , {
6
6
plugins : [
You can’t perform that action at this time.
0 commit comments