Skip to content

Commit

Permalink
Bump to v2.1.4 - Fix missing postinstall.js file in npm publish (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Feb 12, 2022
1 parent b65fbdd commit ba44cbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

- *...Add new stuff here...*

## 2.1.4


### 🐞 Bug fixes

- Fix missing `postinstall.js` file in npm publish. Follow-up on (#990), (#991).

## 2.1.3

### 🐞 Bug fixes
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "2.1.3",
"version": "2.1.4",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -176,6 +176,7 @@
"files": [
"build/",
"dist/*",
"src/"
"src/",
"postinstall.js"
]
}

0 comments on commit ba44cbc

Please sign in to comment.