Skip to content

Commit

Permalink
[Refactor] use es-object-atoms instead of es-abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 22, 2024
1 parent 579b54d commit f0efe3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion implementation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var ToObject = require('es-abstract/2023/ToObject');
var ToObject = require('es-object-atoms/ToObject');
var ToPropertyKey = require('es-abstract/2023/ToPropertyKey');
var HasOwnProperty = require('es-abstract/2023/HasOwnProperty');

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"homepage": "https://github.com/es-shims/Object.hasOwn",
"dependencies": {
"define-properties": "^1.2.1",
"es-abstract": "^1.22.4"
"es-abstract": "^1.22.4",
"es-object-atoms": "^1.0.0"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
Expand Down

0 comments on commit f0efe3b

Please sign in to comment.