Skip to content

Commit

Permalink
Merge pull request react-bootstrap#922 from AlexKVal/npm
Browse files Browse the repository at this point in the history
Unlock npm version back for Appveyor.
  • Loading branch information
mathieumg committed Jul 3, 2015
2 parents 2f3654d + da8cc8a commit 8abc998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '{build}'
install:
# Get the latest stable version of io.js
- ps: Install-Product node ''
- npm -g install npm@2.11.x
- npm -g install npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
Expand Down

0 comments on commit 8abc998

Please sign in to comment.