Skip to content

Commit

Permalink
feat: append post install for correct install all need deps inside lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 29, 2022
1 parent aa0c09c commit c017c45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion libs/ilink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilink-console-tools",
"version": "0.0.9",
"version": "0.1.0",
"description": "Console ilink tools",
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
Expand All @@ -19,6 +19,9 @@
"cli",
"ilink"
],
"scripts": {
"postinstall": "npm i nestjs-console"
},
"bugs": {
"url": "https://github.com/i-link-pro-team/ilink/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ilink",
"description": "Console ilink tools",
"version": "0.0.9",
"version": "0.1.0",
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"keywords": [
Expand Down

0 comments on commit c017c45

Please sign in to comment.