Skip to content

Commit c66b952

Browse files
committed
chore: publish JS interface to NPM
1 parent 1526309 commit c66b952

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/js/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
"name": "@navigraph/msfs-navigation-data-interface",
33
"version": "1.0.0-alpha.1",
44
"description": "JS interface that facilitates interactions with the Navigraph WASM navigation data module.",
5+
"homepage": "https://navigraph.com",
56
"main": "dist/msfs-navigation-data-interface.mjs",
67
"typings": "dist/msfs-navigation-data-interface.d.mts",
78
"repository": {
89
"type": "git",
910
"url": "git+https://github.com/Navigraph/msfs-navigation-data-interface.git"
1011
},
12+
"publishConfig": {
13+
"access": "public"
14+
},
1115
"author": "Navigraph",
1216
"license": "MIT",
1317
"files": [

0 commit comments

Comments
 (0)