@earthview/core 0.2.1 → 0.2.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,11 +24,11 @@ A reliable geographic information graphics system developed based on OpenLayers.
24
24
  ## ⚙️ Install
25
25
 
26
26
  ```bash
27
- npm i @candleview/core
27
+ npm i @earthview/core
28
28
  ```
29
29
 
30
30
  ```bash
31
- yarn add @candleview/core
31
+ yarn add @earthview/core
32
32
  ```
33
33
 
34
34
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@earthview/core",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A reliable geographic information graphics system developed based on OpenLayers.",
5
5
  "author": "happyboy",
6
6
  "license": "AGPL-3.0-only",