Make release-3.1 buildable

With this change, you can build the branch using `npm ci && npm run
build`.
This commit is contained in:
Andrew Casey 2020-08-10 14:33:10 -07:00
parent 457cbba56d
commit 024c4a410e
4 changed files with 6436 additions and 5 deletions

3
.gitignore vendored
View File

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

1
.npmrc
View File

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

View File

@ -1,9 +1,8 @@
language: node_js
node_js:
- 'stable'
- '10'
- '8'
- '6'
sudo: false

6434
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff