Skip to content

Commit

Permalink
Try to catch root cause package name (testimio#20)
Browse files Browse the repository at this point in the history
* Root Cause bare

* Add dependencies & postinstall message
  • Loading branch information
Bnaya Peretz authored Sep 13, 2020
1 parent 8da06d5 commit cf079b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bare-root-cause/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See https://www.npmjs.com/package/@testim/root-cause
14 changes: 14 additions & 0 deletions packages/bare-root-cause/package.json
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"
}
}

0 comments on commit cf079b3

Please sign in to comment.