From b9b4757134df6a7bbc46c984868e27df078df22a Mon Sep 17 00:00:00 2001 From: FelisCatus Date: Mon, 20 Aug 2018 18:51:29 -0700 Subject: [PATCH] Lock grunt-cli version to 1.2.0. --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61dbebe..3e5103b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: - v2-dependencies-targetchromium-{{ checksum "omega-target-chromium-extension/package.json" }} - v2-dependencies-targetchromium - - run: sudo npm install -g grunt-cli bower web-ext json + - run: sudo npm install -g grunt-cli@1.2.0 bower web-ext json - run: (cd omega-build && npm run deps) - save_cache: diff --git a/README.md b/README.md index a1d04d1..e38096d 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ To build the project: # Install node and npm first (make sure npm --version > 2.0), then: - sudo npm install -g grunt-cli bower + sudo npm install -g grunt-cli@1.2.0 bower # In the project folder: cd omega-build npm run deps # This runs npm install in every module.