Skip to content

Commit 91c4a5a

Browse files
authored
0.40.0 (#659)
* update readme * 0.40.0
1 parent a9bfb97 commit 91c4a5a

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/worker/worker.amd.js

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ threeLayer.addTo(map);
8282

8383
IE 11, Chrome, Firefox, other modern and mobile browsers that support WebGL;
8484

85-
## API Reference
86-
87-
### [API](https://deyihu.github.io/maptalks.three.doc/build/)
88-
8985

9086
## Contributing
9187

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maptalks.three",
3-
"version": "0.39.0",
3+
"version": "0.40.0",
44
"description": "A maptalks Layer to render with THREE.js.",
55
"license": "MIT",
66
"repository": {
@@ -53,4 +53,4 @@
5353
"deyihu-geometry-extrude": "0.1.10",
5454
"poly-extrude": "^0.16.0"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)