File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ npm install --save @ai-on-browser/data-analysis-models
35
35
36
36
### HTML
37
37
38
- Download from the CDN as shown below .
38
+ Download from the CDN.
39
39
40
40
``` HTML
41
41
<script type =" module" >
42
- import dam from ' https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.4 .0/lib/index.min.js' ;
42
+ import dam from ' https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.5 .0/lib/index.min.js' ;
43
43
// Do something
44
44
</script >
45
45
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ai-on-browser/data-analysis-models" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " Data analysis model package without any dependencies" ,
5
5
"type" : " module" ,
6
6
"main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments