@ithinkdt/jt-web3 0.0.5 → 0.0.6

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  * @Date: 2021-09-23 14:31:40
4
4
  * @Author: manyao.zhu
5
5
  -->
6
- # @ithinkdt/jt-web-3d
6
+ # @ithinkdt/jt-web3
7
7
 
8
8
  bom 3d模型的 jt数据在web端的展示工具
9
9
 
@@ -14,13 +14,13 @@ bom 3d模型的 jt数据在web端的展示工具
14
14
  install
15
15
 
16
16
  ```
17
- npm i @ithinkdt/jt-web-3d --save-dev
17
+ npm i @ithinkdt/jt-web3 --save-dev
18
18
  ```
19
19
 
20
20
  Import
21
21
 
22
22
  ```
23
- import jt-web from '@ithinkdt/jt-web-3d';
23
+ import jt-web from '@ithinkdt/jt-web3';
24
24
  ```
25
25
 
26
26
  ## publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ithinkdt/jt-web3",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "a javascript jt-web3",
5
5
  "main": "dist/index.js",
6
6
  "files": [