Skip to content

Commit

Permalink
Update files in package.json, fixes #811 (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Jan 22, 2022
1 parent 905f278 commit b5c2aad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
### 🐞 Bug fixes
- *...Add new stuff here...*

## 2.0.4
### 🐞 Bug fixes
- Missing package.json file in version 2.0.3 dist in npm (#811) - this causes webpack to fail

## 2.0.3
### Features and improvements

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.

5 changes: 2 additions & 3 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.0.3",
"version": "2.0.4",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -218,8 +218,7 @@
},
"files": [
"build/",
"dist/maplibre-gl*",
"dist/style-spec/",
"dist/*",
"src/"
]
}

0 comments on commit b5c2aad

Please sign in to comment.