Skip to content

Commit 31699da

Browse files
fix: update main entry
1 parent 5265d3c commit 31699da

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "commitiquette",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Plugin for commitizen to use commitLint config",
5-
"main": "index.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"test": "jest",
88
"build": "tsc -p tsconfig.build.json",
@@ -13,6 +13,7 @@
1313
"commitlint"
1414
],
1515
"author": "Martin McWhorter <martin@mcwhorter.org>",
16+
"repository": "github:martinmcwhorter/commitiquette",
1617
"license": "MIT",
1718
"devDependencies": {
1819
"@commitlint/cli": "^8.3.4",

0 commit comments

Comments
 (0)