Skip to content

Commit

Permalink
Removed package-lock.json and standardize to Yarn (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdym69 authored Sep 19, 2024
1 parent 1dc7eca commit 062f0e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38,203 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,7 @@ dist

# Parser files generated by PeggyJS
src/virtual-machine/parser/**/*.js
src/virtual-machine/parser/**/*.js.map
src/virtual-machine/parser/**/*.js.map

# Ignore package-lock.json if using Yarn
package-lock.json
Loading

0 comments on commit 062f0e8

Please sign in to comment.