Skip to content

Commit c27e68d

Browse files
committed
Updates the references to @meteorjs/reify
1 parent 68cb074 commit c27e68d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

node/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const reifySemVer = require("./version.js");
2323

2424
function getReifyRange(json, name) {
2525
const entry = json[name];
26-
return utils.isObject(entry) && hasOwn.call(entry, "reify")
26+
return utils.isObject(entry) && hasOwn.call(entry, "@meteorjs/reify")
2727
? SemVer.validRange(entry.reify)
2828
: null;
2929
}

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"cache-directory": ".cache/path/for/tests"
66
},
77
"dependencies": {
8-
"reify": "*"
8+
"@meteorjs/reify": "*"
99
}
1010
}

0 commit comments

Comments
 (0)