forked from testimio/root-cause
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to catch root cause package name (testimio#20)
* Root Cause bare * Add dependencies & postinstall message
- Loading branch information
Bnaya Peretz
authored
Sep 13, 2020
1 parent
8da06d5
commit cf079b3
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See https://www.npmjs.com/package/@testim/root-cause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "root-cause", | ||
"version": "0.1.17", | ||
"description": "Root Cause bare", | ||
"scripts": { | ||
"postinstall": "echo 'you probably want to install @testim/root-cause and not this package'" | ||
}, | ||
"keywords": [], | ||
"author": "Dev <[email protected]>", | ||
"license": "AGPL-3.0-only", | ||
"dependencies": { | ||
"@testim/root-cause": "^0.1.17" | ||
} | ||
} |