Skip to content

Commit bcba818

Browse files
committed
src => lib
1 parent 56675bc commit bcba818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-release-notes",
33
"version": "0.1.0",
44
"description": "Node module to publish release notes based on commits between the last two tags.",
5-
"main": "./lib/index.js",
5+
"main": "./src/index.js",
66
"scripts": {
77
"start": "node github-release-notes.js",
88
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)