We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718df16 commit ed7275cCopy full SHA for ed7275c
rollup.config.js
@@ -6,7 +6,7 @@ const path = require("path");
6
7
export default [
8
{
9
- input: path.resolve(__dirname, "./src/writenpmstat.js"),
+ input: path.resolve(__dirname, "./src/npmstat.js"),
10
output: {
11
file: path.resolve(__dirname, "./dist/index.min.js"),
12
format: "cjs",
0 commit comments