Skip to content

Commit

Permalink
chore(package.json): oppgraderer fra cz-lerna-changelog til cz-conven…
Browse files Browse the repository at this point in the history
…tional-changelog
  • Loading branch information
idaame committed Sep 22, 2023
1 parent ee6066b commit ad483a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 325 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/navikt/familie-felles-frontend.git",
"license": "MIT",
"scripts": {
"ct": "git-cz",
"ct": "cz",
"build": "lerna run build",
"storybook": "storybook dev -p 8000",
"build-storybook": "storybook build",
Expand All @@ -27,7 +27,7 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
Expand All @@ -51,7 +51,7 @@
"commitizen": "^4.3.0",
"copyfiles": "^2.4.1",
"css-loader": "^5.0.1",
"cz-lerna-changelog": "^2.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
Expand Down
Loading

0 comments on commit ad483a2

Please sign in to comment.