diff --git a/package-lock.json b/package-lock.json index 6e2c6b4..2bb7081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -698,8 +698,7 @@ "@commitlint/config-conventional": { "version": "8.2.0", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.2.0.tgz", - "integrity": "sha512-HuwlHQ3DyVhpK9GHgTMhJXD8Zp8PGIQVpQGYh/iTrEU6TVxdRC61BxIDZvfWatCaiG617Z/U8maRAFrqFM4TqA==", - "dev": true + "integrity": "sha512-HuwlHQ3DyVhpK9GHgTMhJXD8Zp8PGIQVpQGYh/iTrEU6TVxdRC61BxIDZvfWatCaiG617Z/U8maRAFrqFM4TqA==" }, "@commitlint/core": { "version": "8.2.0", diff --git a/package.json b/package.json index 201023c..55ff399 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "dependencies": { "@babel/runtime": "^7.7.2", "@commitlint/cli": "^8.2.0", + "@commitlint/config-conventional": "^8.2.0", "@commitlint/core": "^8.2.0", "@semantic-release/error": "^2.1.0" }, @@ -31,7 +32,6 @@ "@babel/core": "^7.7.2", "@babel/plugin-transform-modules-commonjs": "^7.7.0", "@babel/plugin-transform-runtime": "^7.6.2", - "@commitlint/config-conventional": "^8.2.0", "@mixmaxhq/commitlint-jenkins": "^1.4.1", "@mixmaxhq/prettier-config": "^1.0.0", "@mixmaxhq/semantic-release-config": "^1.2.1",