Skip to content

Commit 5f2629f

Browse files
authored
Merge pull request #6 from Fimba-Code/fix/pluging-module-export
📦 updated package
2 parents 4b77a86 + 3d89fbc commit 5f2629f

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

package.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
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
}

0 commit comments

Comments
 (0)