Skip to content

Commit 961d039

Browse files
committed
chore: use relative path to load package.json file
1 parent 15546a9 commit 961d039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ var resolve = require( 'path' ).resolve;
2424
var bench = require( '@stdlib/bench' );
2525
var randu = require( '@stdlib/random/array/uniform' );
2626
var isnan = require( '@stdlib/math/base/assert/is-nan' );
27-
var pkg = require( '@stdlib/math/base/special/erfcx/package.json' ).name;
2827
var tryRequire = require( '@stdlib/utils/try-require' );
28+
var pkg = require( './../package.json' ).name;
2929

3030

3131
// VARIABLES //

0 commit comments

Comments
 (0)