Skip to content

Commit ba44cbc

Browse files
authored
Bump to v2.1.4 - Fix missing postinstall.js file in npm publish (#992)
1 parent b65fbdd commit ba44cbc

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
- *...Add new stuff here...*
1010

11+
## 2.1.4
12+
13+
14+
### 🐞 Bug fixes
15+
16+
- Fix missing `postinstall.js` file in npm publish. Follow-up on (#990), (#991).
17+
1118
## 2.1.3
1219

1320
### 🐞 Bug fixes

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplibre-gl",
33
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
4-
"version": "2.1.3",
4+
"version": "2.1.4",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",
@@ -176,6 +176,7 @@
176176
"files": [
177177
"build/",
178178
"dist/*",
179-
"src/"
179+
"src/",
180+
"postinstall.js"
180181
]
181182
}

0 commit comments

Comments
 (0)