Skip to content

Commit

Permalink
Fix release (#27)
Browse files Browse the repository at this point in the history
* Fix release files

* 1.3.1
  • Loading branch information
alxart authored Oct 3, 2023
1 parent e11db1b commit 4a7662a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@2gis/mapgl-gltf",
"version": "1.3.0",
"version": "1.3.1",
"description": "Plugin for the rendering glTF models with MapGL",
"main": "dist/bundle.js",
"typings": "dist/types/index.d.ts",
Expand All @@ -10,7 +10,9 @@
},
"files": [
"dist/libs",
"dist/types"
"dist/types",
"dist/docs.json",
"dist/*.LICENSE.txt"
],
"scripts": {
"build": "npm run build:bundle && npm run build:typings && npm run build:transpile && npm run build:docs",
Expand Down

0 comments on commit 4a7662a

Please sign in to comment.