chore: switch to npm from yarn (#1878)

This patch:
- migrates CI to use NPM
- drops lockfiles (`yarn.lock`). Lockfiles are ignored by package
  managers when the package is installed as a dependency, so this makes CI closer to the 
  installation our clients run.
This commit is contained in:
JoelEinbinder
2018-01-22 17:11:10 -08:00
committed by Andrey Lushnikov
parent b61e67d001
commit f2b6016354
8 changed files with 18 additions and 1244 deletions

1
.gitignore vendored
View File

@@ -8,4 +8,5 @@
*.pyc
.vscode
package-lock.json
yarn.lock
/node6