Skip to content

Commit

Permalink
feat!: add main declaraion (#280)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this has a main that you can require now
  • Loading branch information
wraithgar authored Nov 22, 2024
1 parent c229f86 commit 8c2d387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('does something now')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "npm-cli-release-please",
"version": "4.0.4",
"description": "",
"main": "index.js",
"main": "lib",
"scripts": {
"test": "tap",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
Expand Down

0 comments on commit 8c2d387

Please sign in to comment.