Skip to content

Commit d76744a

Browse files
isaacsbcoe
authored andcommitted
chore: update all the things (#832)
1 parent 5e40c7c commit d76744a

File tree

6 files changed

+8861
-18
lines changed

6 files changed

+8861
-18
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ test/build/
66
*.covered.js
77
*.swp
88
needs-transpile.js
9-
package-lock.json

.npmrc

-1
This file was deleted.

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
install:
66
- ps: Install-Product node $env:nodejs_version
77
- npm cache clear
8-
- npm i npm@latest -g
8+
- npm i npm@5 -g
99
- set PATH=%APPDATA%\npm;%PATH%
1010
- set CI=true
1111
- npm config set progress=false

0 commit comments

Comments
 (0)