Skip to content

Commit 8abc998

Browse files
committed
Merge pull request react-bootstrap#922 from AlexKVal/npm
Unlock npm version back for Appveyor.
2 parents 2f3654d + da8cc8a commit 8abc998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '{build}'
44
install:
55
# Get the latest stable version of io.js
66
- ps: Install-Product node ''
7-
- npm -g install npm@2.11.x
7+
- npm -g install npm@latest
88
- set PATH=%APPDATA%\npm;%PATH%
99
- node --version
1010
- npm --version

0 commit comments

Comments
 (0)