Skip to content

Commit 8961d3c

Browse files
committed
Update README.md for Deno bundle v0.1.0
1 parent d1fbd5c commit 8961d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<!-- eslint-disable id-length -->
4545

4646
```javascript
47-
import inheritedEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@deno/mod.js';
47+
import inheritedEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@v0.1.0-deno/mod.js';
4848
```
4949

5050
#### inheritedEnumerableProperties( obj\[, level] )
@@ -122,7 +122,7 @@ var pros = inheritedEnumerableProperties( f, 1 );
122122
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js';
123123
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js';
124124
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js';
125-
import inheritedEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@deno/mod.js';
125+
import inheritedEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-enumerable-properties@v0.1.0-deno/mod.js';
126126

127127
var hasSymbols = hasSymbolSupport();
128128
var props;

0 commit comments

Comments
 (0)