@molin.ai/shop-ai 0.4.15 → 0.4.16
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.
- package/README.md +10 -0
- package/dist/molin-shop-ai.min.js +17 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,3 +14,13 @@ Scripts with `type="module"` are loaded in "defer" mode, so they will not slow d
|
|
|
14
14
|
```html
|
|
15
15
|
<script type="module" src="https://widget.molin.ai/shop-ai.js?w=test123"></script>
|
|
16
16
|
```
|
|
17
|
+
|
|
18
|
+
## Development
|
|
19
|
+
|
|
20
|
+
<!-- FYI: this README is public on npm -->
|
|
21
|
+
|
|
22
|
+
```sh
|
|
23
|
+
npm version <major|minor|patch>
|
|
24
|
+
git add . && git commit
|
|
25
|
+
npm run publish:latest
|
|
26
|
+
```
|