Remove lockfile, add to gitignore, and add npmrc preventing its generation (#26519)

This commit is contained in:
Wesley Wigham 2018-08-17 16:30:34 -07:00 committed by GitHub
parent d433c6ed05
commit 926bdee888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6281 deletions

3
.gitignore vendored
View file

@ -75,4 +75,5 @@ tests/cases/user/*/**/*.d.ts
!tests/cases/user/discord.js/
tests/baselines/reference/dt
.failed-tests
TEST-results.xml
TEST-results.xml
package-lock.json

1
.npmrc Normal file
View file

@ -0,0 +1 @@
package-lock=false

6280
package-lock.json generated

File diff suppressed because it is too large Load diff