Skip to content

Commit

Permalink
fix: add npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Feb 21, 2024
1 parent f437acf commit c94efb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@graasp/map",
"version": "1.3.1",
"private": false,
"license": "AGPL-3.0-only",
"repository": "[email protected]:graasp/graasp-map.git",
"author": "Graasp",
Expand All @@ -9,6 +10,9 @@
],
"type": "module",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
Expand Down

0 comments on commit c94efb1

Please sign in to comment.