Skip to content

Commit

Permalink
release: js-api (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 6, 2024
1 parent a8b3d8c commit 84ccd16
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/@biomejs/js-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biomejs/js-api",
"version": "0.5.0",
"version": "0.6.0",
"description": "JavaScript APIs for the Biome package",
"scripts": {
"tsc": "tsc --noEmit",
Expand Down Expand Up @@ -30,7 +30,12 @@
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": ["JavaScript", "bindings", "APIs", "biome"],
"keywords": [
"JavaScript",
"bindings",
"APIs",
"biome"
],
"license": "MIT OR Apache-2.0",
"homepage": "https://biomejs.dev",
"repository": {
Expand Down

0 comments on commit 84ccd16

Please sign in to comment.