Skip to content

Commit ed7275c

Browse files
committed
rollup.config.js: fix build
1 parent 718df16 commit ed7275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const path = require("path");
66

77
export default [
88
{
9-
input: path.resolve(__dirname, "./src/writenpmstat.js"),
9+
input: path.resolve(__dirname, "./src/npmstat.js"),
1010
output: {
1111
file: path.resolve(__dirname, "./dist/index.min.js"),
1212
format: "cjs",

0 commit comments

Comments
 (0)