clientnode 3.0.900 → 3.0.901
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/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -119,7 +119,7 @@ after needed dependencies:
|
|
|
119
119
|
-->
|
|
120
120
|
<!--Or integrate via cdn:-->
|
|
121
121
|
<script
|
|
122
|
-
src="https://
|
|
122
|
+
src="https://torben.website/clientnode/data/distributionBundle/index.js"
|
|
123
123
|
></script>
|
|
124
124
|
|
|
125
125
|
The compiled bundle supports AMD, commonjs, commonjs2 and variable injection
|