Skip to content

Commit 9b9ec6d

Browse files
committed
Rename file
1 parent 924075d commit 9b9ec6d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/process/chdir/lib/browser.js renamed to lib/node_modules/@stdlib/process/chdir/lib/polyfill.js

File renamed without changes.

lib/node_modules/@stdlib/process/chdir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17-
"browser": "./lib/browser.js",
17+
"browser": "./lib/polyfill.js",
1818
"directories": {
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",

lib/node_modules/@stdlib/process/chdir/test/test.browser.js renamed to lib/node_modules/@stdlib/process/chdir/test/test.polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MODULES //
44

55
var tape = require( 'tape' );
6-
var chdir = require( './../lib/browser.js' );
6+
var chdir = require( './../lib/polyfill.js' );
77

88

99
// TESTS //

0 commit comments

Comments
 (0)