Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1992a5

Browse files
travigr2m
authored andcommitted
fix(tempy): upgraded to the latest version of tempy
1 parent2d8ff15 commitf1992a5

File tree

8 files changed

+184
-142
lines changed

8 files changed

+184
-142
lines changed

‎index.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import{castArray,defaultTo}from'lodash-es';
22
importAggregateErrorfrom'aggregate-error';
3-
importtempyfrom'tempy';
3+
import{temporaryFile}from'tempy';
44
importsetLegacyTokenfrom'./lib/set-legacy-token.js';
55
importgetPkgfrom'./lib/get-pkg.js';
66
importverifyNpmConfigfrom'./lib/verify-config.js';
@@ -11,7 +11,7 @@ import publishNpm from './lib/publish.js';
1111

1212
letverified;
1313
letprepared;
14-
constnpmrc=tempy.file({name:'.npmrc'});
14+
constnpmrc=temporaryFile({name:'.npmrc'});
1515

1616
exportasyncfunctionverifyConditions(pluginConfig,context){
1717
// If the npm publish plugin is used and has `npmPublish`, `tarballDir` or `pkgRoot` configured, validate them now in order to prevent any release if the configuration is wrong

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp