diff --git a/.gitignore b/.gitignore index eef987d..4e2461e 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ dist # Dotfiles .* + +# Yalc lock file +yalc.lock diff --git a/README.md b/README.md index c98e6c9..f39b083 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ If you want to deploy a new version without pushing code to Github, add your acc You might have other assumptions than I did when creating this template. Chief among them, consider: -1. Whether the `.babelrc.js` settings make sense for your project \ No newline at end of file +1. Whether the `esbuild.mjs` settings make sense for your project \ No newline at end of file diff --git a/yalc.lock b/yalc.lock deleted file mode 100644 index e001cab..0000000 --- a/yalc.lock +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": "v1", - "packages": { - "xplatform-npm-package": { - "signature": "37777486d6e9c7af6370d422f8ceee4f", - "file": true - } - } -} \ No newline at end of file