Skip to content

Commit

Permalink
Merge pull request #237 from ipfs/feat/tilde
Browse files Browse the repository at this point in the history
Add note about tildes over carrots
  • Loading branch information
RichardLitt authored Feb 10, 2017
2 parents af903e8 + a1e7760 commit b931397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js-project-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ We suggest either of these:
- [david-dm](https://david-dm.org/)
- [greenkeeper](http://greenkeeper.io/) to keep your dependencies up to date.

Every module below 1.0.0 should use `~` instead of `^`.

##### Pre-Commit

[precommit](https://www.npmjs.com/package/pre-commit) helps us check code style run the tests on every commit. In your `package.json`:
Expand Down

0 comments on commit b931397

Please sign in to comment.