Skip to content

Commit b25d727

Browse files
chore(package): add package-lock.json (obs-websocket-community-projects#153)
Our CI builds can randomly begin to fail due to dependencies updating out from under us unexpectedly. Committing our `package-lock.json` to git will help reduce this, by ensuring our CI builds use the exact dependencies we expect.
1 parent 047a688 commit b25d727

File tree

3 files changed

+12115
-4
lines changed

3 files changed

+12115
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ npm-debug.log*
1818
coverage
1919
.nyc_output
2020

21-
# Until npm5 package-locks are more reliable.
22-
package-lock.json
23-
2421
# Allow web-tester's dist
2522
!samples/web-tester/dist
2623

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)