We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901a212 commit 5297b40Copy full SHA for 5297b40
README.md
@@ -35,11 +35,11 @@ npm install --save @ai-on-browser/data-analysis-models
35
36
### HTML
37
38
-Download it from the CDN as shown below.
+Download from the CDN as shown below.
39
40
```HTML
41
<script type="module">
42
- import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.0.26/lib/index.min.js';
+ import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.1.0/lib/index.min.js';
43
// Do something
44
</script>
45
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ai-on-browser/data-analysis-models",
3
- "version": "0.0.26",
+ "version": "0.1.0",
4
"description": "Data analysis model package without any dependencies",
5
"type": "module",
6
"main": "./lib/index.js",
0 commit comments