Skip to content

Commit 5f928e3

Browse files
committed
index
1 parent 10c2f80 commit 5f928e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//index.js
22

33
function helloNpm() {
4-
return "hello NPM"
4+
return "hello NPM again"
55
}
66

77
module.exports = helloNpm

0 commit comments

Comments
 (0)