Switches from yarn to npm (#1591)

* remove yarn.lock

* reinstall with npm

* fix package.json

* update xrplf eslint

* fix all other instances of yarn
This commit is contained in:
Mayukha Vadari
2021-09-01 16:34:58 -04:00
parent 91cc9e0461
commit 62538a75b1
49 changed files with 15924 additions and 4811 deletions

6
.gitignore vendored
View File

@@ -1,7 +1,7 @@
# .gitignore
# Ignore package locks other than Yarn.
package-lock.json
# Ignore package locks other than npm.
yarn.lock
npm-shrinkwrap.json
# Ignore vim swap files.
@@ -70,4 +70,4 @@ scripts/cache
.nyc_output
# browser tests
testCompiledForWeb
testCompiledForWeb