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 56675bc commit bcba818Copy full SHA for bcba818
package.json
@@ -2,7 +2,7 @@
2
"name": "github-release-notes",
3
"version": "0.1.0",
4
"description": "Node module to publish release notes based on commits between the last two tags.",
5
- "main": "./lib/index.js",
+ "main": "./src/index.js",
6
"scripts": {
7
"start": "node github-release-notes.js",
8
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments