Skip to content

Commit

Permalink
Fix entry point paths (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Sep 26, 2021
1 parent 7149e8a commit 0b7d383
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-style-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build style spec
run: |
npm run build-style-spec
cp -r dist/style-spec/ src/style-spec/dist
cp -r dist/style-spec/* src/style-spec/dist
- name: Check version and publish
run: |
Expand Down
5 changes: 5 additions & 0 deletions src/style-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 14.0.2

### ✨ Features and improvements
* Fix node entry points [#400](https://github.com/maplibre/maplibre-gl-js/issues/400)

## 14.0.1

### ✨ Features and improvements
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maplibre/maplibre-gl-style-spec",
"description": "a specification for maplibre gl styles",
"version": "14.0.1",
"version": "14.0.2",
"author": "MapLibre",
"keywords": [
"mapbox",
Expand Down

0 comments on commit 0b7d383

Please sign in to comment.