Skip to content

Commit 24d80d1

Browse files
committed
Update README.md for Deno bundle v0.3.0
1 parent 44be595 commit 24d80d1

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 inheritedNonEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@deno/mod.js';
47+
import inheritedNonEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@v0.3.0-deno/mod.js';
4848
```
4949

5050
#### inheritedNonEnumerableProperties( obj\[, level] )
@@ -138,7 +138,7 @@ var pros = inheritedNonEnumerableProperties( f, 1 );
138138
import hasSymbolSupport from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-has-symbol-support@deno/mod.js';
139139
import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@deno/mod.js';
140140
import defineProperty from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-define-property@deno/mod.js';
141-
import inheritedNonEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@deno/mod.js';
141+
import inheritedNonEnumerableProperties from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-inherited-nonenumerable-properties@v0.3.0-deno/mod.js';
142142

143143
var hasSymbols = hasSymbolSupport();
144144
var props;

0 commit comments

Comments
 (0)