@p8ec/shared 2.2.0 → 2.2.1

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.
@@ -121,7 +121,7 @@ const init = (option) => __awaiter(void 0, void 0, void 0, function* () {
121
121
  const npmInstall = 'npm install --save-dev @commitlint/{config-conventional,cli} commitlint lefthook';
122
122
  writeLn(`Executing ${npmInstall}...`);
123
123
  execShell(npmInstall);
124
- const lefthookInstall = 'npm run postinstall';
124
+ const lefthookInstall = 'lefthook install';
125
125
  writeLn(`Executing ${lefthookInstall}...`);
126
126
  execShell(lefthookInstall);
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p8ec/shared",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "P(8) Global Shared Library for Javascript",
5
5
  "repository": {
6
6
  "type": "git",