We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7031560 commit 93db1b6Copy full SHA for 93db1b6
npm/postinstall.js
@@ -15,7 +15,7 @@ axios({url, responseType: "stream"})
15
return res.data.pipe(createWriteStream(join(__dirname, "graphql-anonymizer")));
16
})
17
.then(() => {
18
- console.log(`graphql-anonymizer has been installed!`);
+ console.log(`graphql-anonymizer has been installed from ${url}`);
19
20
.catch(e => {
21
console.log(e);
0 commit comments