Skip to content

Commit

Permalink
docs: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
i7N3 committed Nov 17, 2023
1 parent 87b9755 commit cb2e156
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "google-oauth-gsi",
"version": "0.0.0-development",
"version": "0.0.0",
"main": "./dist/google-oauth-gsi.cjs",
"module": "./dist/google-oauth-gsi.mjs",
"types": "./dist/google-oauth-gsi.d.ts",
Expand All @@ -20,7 +20,7 @@
"test": "jest --runInBand",
"test:coverage": "jest --runInBand --coverage",
"lint:scripts": "eslint . --ext .ts",
"commit": "git-cz",
"commit": "./node_modules/.bin/git-cz",
"semantic-release": "semantic-release --branches main"
},
"devDependencies": {
Expand All @@ -29,6 +29,7 @@
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dts-bundle-generator": "^6.13.0",
"eslint": "^8.23.0",
Expand Down
21 changes: 10 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb2e156

Please sign in to comment.