Skip to content

Commit 71f1406

Browse files
Ortasandersn
andauthored
Add .npmrc to stop useless merge conflicts (#861)
* .npmrc * Update webidl2 uses for 23.12 Co-authored-by: Nathan Shively-Sanders <[email protected]>
1 parent 63e5fc7 commit 71f1406

File tree

4 files changed

+8
-979
lines changed

4 files changed

+8
-979
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,6 @@ __pycache__/
281281
generated/
282282
lib/
283283
inputfiles/browser.webidl.json
284-
.vscode
284+
.vscode
285+
package-lock.json
286+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)