Skip to content

Commit

Permalink
Bump to 1.4.11, make package public
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Mar 10, 2024
1 parent acb18bd commit 3f8dd76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Publish NPM package
run: |
npm publish
npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ORG_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maplibre/maplibre-gl-inspect",
"version": "1.4.10",
"version": "1.4.11",
"description": "Maplibre GL JS plugin for inspecting vector data",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3f8dd76

Please sign in to comment.