Skip to content

Commit

Permalink
Remove private: false from package.json (#2)
Browse files Browse the repository at this point in the history
We reference this package with `git+https:`.

@0bex0 is getting a checksum error when installing it as dependency.

This issue has occured before: yarnpkg/berry#2399.

I inspected the zipped packages and noticed the difference is `private:`
in package.json.

I have therefore decided to remove the attribute and see what happens.
  • Loading branch information
rbruggem committed Jun 13, 2024
1 parent 24ed51e commit 901f96c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@lune-climate/eslint-config",
"private": false,
"version": "0.0.1-alpha.1",
"description": "The Lune Climate shared ESLint configuration",
"main": "index.js",
Expand Down

0 comments on commit 901f96c

Please sign in to comment.