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.
42
42
## Usage
43
43
44
44
``` javascript
45
- import defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@esm/index.mjs' ;
45
+ import defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@v0.2.2- esm/index.mjs' ;
46
46
```
47
47
48
48
#### defineProperties( obj, properties )
@@ -106,7 +106,7 @@ The `properties` parameter is an `object` whose own enumerable property values a
106
106
<body >
107
107
<script type =" module" >
108
108
109
- import defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@esm/index.mjs' ;
109
+ import defineProperties from ' https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-properties@v0.2.2- esm/index.mjs' ;
110
110
111
111
function Person ( name ) {
112
112
if ( ! (this instanceof Person) ) {
You can’t perform that action at this time.
0 commit comments