Skip to content

Commit

Permalink
Merge pull request #17 from Kenneth-Sills/kesills-fix-initial-release
Browse files Browse the repository at this point in the history
build: specify project is a public release
  • Loading branch information
Kenneth-Sills committed Aug 27, 2024
2 parents 2e44098 + 269094a commit b5f651f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Kenneth-Sills/eslint-config-airbnb-typescript.git"
"url": "git+https://github.com/Kenneth-Sills/eslint-config-airbnb-typescript.git"
},
"license": "MIT",
"author": "Kenneth Sills <ksills.dev@gmail.com>",
Expand Down Expand Up @@ -87,5 +87,8 @@
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit b5f651f

Please sign in to comment.