@forsakringskassan/commitlint-config 3.0.2 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/install.js +6716 -111
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/commitlint-config",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "FK commitlint shareable config",
5
5
  "keywords": [
6
6
  "commitlint"
@@ -47,7 +47,7 @@
47
47
  "pkg:mangle:pack": "release-prepack package.json --bundle --retain-scripts",
48
48
  "pkg:mangle:add": "npm pkg set scripts.postinstall=\"node bin/install.js\"",
49
49
  "pkg:restore": "release-postpack package.json",
50
- "prepare": "husky && git config commit.template gitmessage",
50
+ "prepare": "simple-git-hooks hooks.js && git config commit.template gitmessage",
51
51
  "prettier:check": "prettier . --check",
52
52
  "prettier:write": "prettier . --write",
53
53
  "pretest": "run-s eslint prettier:check",