From a1e7760e91145391cf1ddb099f7caadf60226ea1 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 9 Feb 2017 10:12:54 -0500 Subject: [PATCH] Add note about tildes over carrots See #225 --- js-project-guidelines.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js-project-guidelines.md b/js-project-guidelines.md index e826658a..2d9db676 100644 --- a/js-project-guidelines.md +++ b/js-project-guidelines.md @@ -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`: