mirror of
https://github.com/smogon/sprites.git
synced 2026-08-20 00:34:22 -05:00
deploy: baseName -> basename
guess I should move this to typescript at some point
This commit is contained in:
@@ -83,7 +83,7 @@ const ENV = {
|
||||
addPair(pathlib.join(path, name), name);
|
||||
}
|
||||
} else {
|
||||
addPair(path, pathlib.baseName(path));
|
||||
addPair(path, pathlib.basename(path));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user