File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " babel-fimba -plugin" ,
3- "version" : " 1. 0.0" ,
4- "description" : " " ,
2+ "name" : " @codefimba/ babel-logger -plugin" ,
3+ "version" : " 0.0.1 " ,
4+ "description" : " This babel plugin creates a log statement on your functions by replace the key `$log` with an actual `console.log` statement. " ,
55 "main" : " index.ts" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
88 "build" : " ts-node index.ts" ,
99 "dev:example" : " babel example/index.js"
1010 },
1111 "keywords" : [],
12- "author" : " " ,
12+ "author" : " Fimba Code " ,
1313 "license" : " ISC" ,
1414 "dependencies" : {
1515 "babel-cli" : " ^6.26.0" ,
1616 "typescript" : " ^3.8.3"
17- }
17+ },
18+ "directories" : {
19+ "example" : " example"
20+ },
21+ "devDependencies" : {},
22+ "repository" : {
23+ "type" : " git" ,
24+ "url" : " git+https://github.com/Fimba-Code/babel-logger-plugin.git"
25+ },
26+ "bugs" : {
27+ "url" : " https://github.com/Fimba-Code/babel-logger-plugin/issues"
28+ },
29+ "homepage" : " https://github.com/Fimba-Code/babel-logger-plugin#readme"
1830}
You can’t perform that action at this time.
0 commit comments