Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from javierbrea/v1.1.0
Browse files Browse the repository at this point in the history
V1.1.0
  • Loading branch information
javierbrea committed Nov 7, 2019
2 parents cb8419a + f7af8a8 commit 97b0445
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 39 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed
### BREAKING CHANGES

## [1.1.0] - 2019-11-7
### Changed
- Upgrade dependencies

## [1.0.0] - 2019-11-6
### Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ npm-file-link -ua

### Caveats

### Do not commit local modifications.

Linked packages have have modifications in the `package.json` and in the `package-lock.json` file that should never be pushed to the remote repository.

**Before pushing any change, you must execute:**
Expand All @@ -84,6 +86,10 @@ To avoid pushing local links to the remote repository, this package provides a `
npm-file-link --check
```

### Do not install or modify any other dependency while packages are linked.

While you have locally linked dependencies, the `package-lock.json` file is modified by npm according to local paths references. This file should be reverted after unlinking dependencies, so do not install or upgrade any other dependency while you have local links.

### Support (OS Terminals)

npm-file-link uses [inquirer][inquirer-url] for displaying CLI. You can [consult his OS Terminals support here][inquirer-support].
Expand Down
186 changes: 155 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97b0445

Please sign in to comment.