Skip to content

Commit

Permalink
Lock grunt-cli version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Aug 21, 2018
1 parent 4e0b897 commit b9b4757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b9b4757

Please sign in to comment.