We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c2f80 commit 5f928e3Copy full SHA for 5f928e3
index.js
@@ -1,7 +1,7 @@
1
//index.js
2
3
function helloNpm() {
4
- return "hello NPM"
+ return "hello NPM again"
5
}
6
7
module.exports = helloNpm
0 commit comments