Skip to content

Commit

Permalink
Update details
Browse files Browse the repository at this point in the history
  • Loading branch information
FogelAI committed Jun 19, 2023
1 parent c9de5c9 commit 48beb34
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "babel-plugin-transform-barrels",
"version": "1.0.0",
"description": "",
"description": "This Babel plugin transforms indirect imports through a barrel file (index.js) into direct imports.",
"homepage": "https://github.com/fogelori/babel-plugin-transform-barrels",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "fogelori/babel-plugin-transform-barrels"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@babel/parser": "^7.21.3",
"@babel/types": "^7.21.3"
Expand Down

0 comments on commit 48beb34

Please sign in to comment.