From d41097ea8e25955b910bbeb204f49e24c38b274e Mon Sep 17 00:00:00 2001 From: Damien Erambert Date: Tue, 6 Jun 2017 21:49:00 -0700 Subject: [PATCH] :wrench: --- CONTRIBUTING.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46e4e6b2e..888f1f848 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ Better TweetDeck **is not** made to: ### Setup -You will need [NodeJS](https://nodejs.org/en/) (the more recent the better). Fire up your favorite Terminal emulator and do the followings: +You will need [NodeJS](https://nodejs.org/en/) (**7.x at most**). Fire up your favorite Terminal emulator and do the followings: - **[Fork](https://github.com/eramdam/BetterTweetDeck/fork)** this repository - Clone the project diff --git a/package.json b/package.json index e4ec152e6..d2767c71b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "config": "^1.17.1", "config-browserify": "^1.0.5", "cross-env": "^2.0.1", - "crx": "^3.0.3", + "crx": "^3.2.1", "cssnano": "^3.5.2", "del": ">=1.2.1", "domify": "^1.4.0",