dgeoutils 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,6 +19,11 @@
19
19
 
20
20
  [ESLint Report](https://edejin.github.io/DGeoUtils/media/eslit.html)
21
21
 
22
+ ```html
23
+ <script src="https://unpkg.com/jsts@latest/dist/jsts.js"></script>
24
+ <script src="https://unpkg.com/dgeoutils@latest/dist/umd/dgeoutils.js"></script>
25
+ ```
26
+
22
27
  ### For new release
23
28
  ```
24
29
  npm run release-fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dgeoutils",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "npm run build:es2015 && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:umd:min",