Skip to content

Commit 851ea2d

Browse files
author
Stephan Septh Schreiber
committed
Merge PR #1
1 parent 30d6550 commit 851ea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function externals(options: Partial<ExternalsOptions> = {}): Plugin {
7979
pkg = require(opts.packagePath)
8080
}
8181
catch {
82-
warnings.push("couldn't read package.json, please make sure it exists in the same directory as rollup.config.js or use the 'packagePath' option")
82+
warnings.push("couldn't read package.json, please make sure it exists in the same directory as rollup.config.js or use the 'packagePath' option.")
8383
pkg = Object.create(null)
8484
}
8585
const dependencies: string[] = [

0 commit comments

Comments
 (0)