Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #130 from indeedeng/publish-0.9.0-beta
Browse files Browse the repository at this point in the history
publishing v.0.9.0
  • Loading branch information
IngridGdesigns authored Aug 2, 2022
2 parents 1c4a97c + 87790a5 commit 14756b8
Show file tree
Hide file tree
Showing 3 changed files with 6,201 additions and 3,181 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ You should have local copies of both the oss-mariner project and the project tha
In the oss-mariner project, run `npm link`. This will "publish" oss-mariner locally on your
computer. Then in the other project, run `npm link oss-mariner`.
This will replace the public npm version of oss-mariner with your local copy.
To undo run `npm unlink --no-save oss-mariner>` on your project’s directory to remove the local symlink.
To undo run `npm unlink --no-save oss-mariner` on your project’s directory to remove the local symlink.
To remove global symlink go to oss-mariner project and run `npm unlink`

## Project Maintainers
Expand Down
Loading

0 comments on commit 14756b8

Please sign in to comment.