Skip to content

Commit

Permalink
【update】@supermapgis
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Jul 18, 2024
1 parent 0225e05 commit 4149c01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@supermap/react-iclient",
"name": "@supermapgis/react-iclient",
"version": "11.2.0",
"description": "SuperMap iClient for React.js",
"homepage": "https://iclient.supermap.io",
Expand Down
4 changes: 2 additions & 2 deletions src/mapboxgl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
## 安装

```
npm install @supermap/react-iclient-mapboxgl
npm install @supermapgis/react-iclient-mapboxgl
```

## 开发

```js
import React from 'react';
import { SmWebMap } from '@supermap/react-iclient-mapboxgl';
import { SmWebMap } from '@supermapgis/react-iclient-mapboxgl';

const App = () => (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/mapboxgl/package-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@supermap/react-iclient-mapboxgl",
"name": "@supermapgis/react-iclient-mapboxgl",
"version": "11.2.0",
"description": "SuperMap iClient for React.js",
"main": "dist/index",
Expand Down

0 comments on commit 4149c01

Please sign in to comment.