File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " babel-plugin-transform-react-remove-prop" ,
33 "description" : " Remove selected attributes in each react element by selected conditions" ,
44 "version" : " 0.1.1" ,
5- "repository" : " git@github.com:maxsbelt/babel-plugin-transform-react-remove-prop.git" ,
5+ "homepage" : " https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop#readme" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop.git"
9+ },
610 "author" : " Sergey Makarov <serega.s.makar@gmail.com>" ,
711 "main" : " lib/index.js" ,
812 "files" : [
913 " lib"
1014 ],
1115 "license" : " MIT" ,
16+ "bugs" : {
17+ "url" : " https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop/issues"
18+ },
1219 "scripts" : {
1320 "build" : " babel src -d lib" ,
1421 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments