Skip to content

Commit

Permalink
Merge pull request #10 from Navigraph/fix-package-json
Browse files Browse the repository at this point in the history
chore: increment package.json for v2
  • Loading branch information
ZigTag authored Dec 3, 2024
2 parents e6f4721 + 40176a4 commit b2dd233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigraph/msfs-navigation-data-interface",
"version": "1.0.0-alpha.1",
"version": "2.0.0-alpha.1",
"description": "JS interface that facilitates interactions with the Navigraph WASM navigation data module.",
"homepage": "https://navigraph.com",
"main": "dist/msfs-navigation-data-interface.mjs",
Expand All @@ -21,4 +21,4 @@
"scripts": {
"build": "tsup"
}
}
}

0 comments on commit b2dd233

Please sign in to comment.