File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242## Usage
4343
4444``` javascript
45- import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@esm/index.mjs' ;
45+ import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2- esm/index.mjs' ;
4646```
4747
4848#### FLOAT32_MIN_SAFE_INTEGER
@@ -73,7 +73,7 @@ var bool = ( FLOAT32_MIN_SAFE_INTEGER === -16777215 );
7373import randu from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-base-randu@esm/index.mjs' ;
7474import round from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-round@esm/index.mjs' ;
7575import pow from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-special-pow@esm/index.mjs' ;
76- import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@esm/index.mjs' ;
76+ import FLOAT32_MIN_SAFE_INTEGER from ' https://cdn.jsdelivr.net/gh/stdlib-js/constants-float32-min-safe-integer@v0.2.2- esm/index.mjs' ;
7777
7878var min;
7979var x;
You can’t perform that action at this time.
0 commit comments