Skip to content

Commit

Permalink
chore: update all the things (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs authored and bcoe committed May 8, 2018
1 parent 5e40c7c commit d76744a
Show file tree
Hide file tree
Showing 6 changed files with 8,861 additions and 18 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ test/build/
*.covered.js
*.swp
needs-transpile.js
package-lock.json
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- npm cache clear
- npm i npm@latest -g
- npm i npm@5 -g
- set PATH=%APPDATA%\npm;%PATH%
- set CI=true
- npm config set progress=false
Expand Down

0 comments on commit d76744a

Please sign in to comment.