Skip to content

Commit c4558eb

Browse files
committed
build: move conventional-changelog-cli to devDependencies
1 parent 3e89c25 commit c4558eb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.4](https://github.com/adrianbrs/nest-oidc-provider/compare/1.0.3...1.0.4) (2022-02-04)
2+
3+
4+
5+
## [1.0.3](https://github.com/adrianbrs/nest-oidc-provider/compare/1.0.2...1.0.3) (2022-02-04)
6+
7+
8+
19
## [1.0.2](https://github.com/adrianbrs/nest-oidc-provider/compare/1.0.1...1.0.2) (2022-02-04)
210

311

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@typescript-eslint/eslint-plugin": "^5.10.2",
5656
"@typescript-eslint/parser": "^5.10.2",
5757
"body-parser": "^1.19.1",
58+
"conventional-changelog-cli": "^2.2.2",
5859
"eslint": "^8.8.0",
5960
"eslint-config-prettier": "^8.3.0",
6061
"express": "^4.17.2",
@@ -121,8 +122,5 @@
121122
"tsconfig": "<rootDir>/tsconfig.json"
122123
}
123124
}
124-
},
125-
"dependencies": {
126-
"conventional-changelog-cli": "^2.2.2"
127125
}
128126
}

0 commit comments

Comments
 (0)