Skip to content

Commit

Permalink
Merge pull request #58 from Harm-Nullix/main
Browse files Browse the repository at this point in the history
 Requiring is-glob as a dependency
  • Loading branch information
ryoppippi authored Sep 26, 2024
2 parents d86c5e5 + 6640db3 commit 0c42de7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"prepare": "nlx bunpare"
},
"peerDependencies": {
"oxc-transform": "^0.30.0",
"typescript": "^5.6.2"
},
"dependencies": {
"is-glob": "^4.0.3",
"oxc-transform": "^0.30.0",
"unplugin-isolated-decl": "^0.4.7"
},
Expand All @@ -45,6 +45,5 @@
"@types/bun": "latest",
"eslint": "^9.11.0",
"eslint-plugin-format": "^0.1.2",

Check failure on line 47 in package.json

View workflow job for this annotation

GitHub Actions / ci

Unexpected trailing comma

Check failure on line 47 in package.json

View workflow job for this annotation

GitHub Actions / ci

Unexpected trailing comma
"is-glob": "^4.0.3"
}
}

0 comments on commit 0c42de7

Please sign in to comment.