Skip to content

Commit

Permalink
fix: setup publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark-Kuehl committed Jul 17, 2022
1 parent 95873ae commit 9ef8e33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "eslint-config-liebe",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "2.2.1",
"description": "*A config by the 'team liebe' or 'team love' :heartpulse: in english that lets you love your code by lending you a hand with powerful lints.*",
"license": "ISC",
Expand Down
4 changes: 3 additions & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "@eslint-config-liebe/base",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.0.0",
"description": "*A config by the 'team liebe' or 'team love' :heartpulse: in english that lets you love your code by lending you a hand with powerful lints.*",
"main": "index.js",
Expand Down

0 comments on commit 9ef8e33

Please sign in to comment.