Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 334c6a0

Browse files
committed
feat!: add main declaraion
BREAKING CHANGE: this has a main that you can require now
1 parent c229f86 commit 334c6a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('does something now')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "npm-cli-release-please",
33
"version": "4.0.4",
44
"description": "",
5-
"main": "index.js",
5+
"main": "lib",
66
"scripts": {
77
"test": "tap",
88
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",

0 commit comments

Comments
 (0)