Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
chore: added publishConfig (#3)
  • Loading branch information
sahinvardar authored Dec 13, 2024
2 parents cfc56bc + 419b0dd commit d57be20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vardario/astring-ts-generator",
"version": "0.0.0-development",
"description": "Custom TypeScript code generator implementation for Astring, extending its capabilities to support TypeScript-specific syntax and features",
"description": "Custom TypeScript code generator implementation for astring, extending its capabilities to support TypeScript-specific syntax and features",
"license": "MIT",
"author": "Sahin Vardar",
"type": "module",
Expand All @@ -12,6 +12,7 @@
"scripts": {
"format": "prettier --plugin-search-dir . --write . && prettier-package-json --write",
"prepare": "husky",
"prune-branches": "git fetch --prune && git branch -vv | grep ': gone]' | awk '{print $1}' | xargs -r git branch -D",
"repo-clean": "git clean -xdf",
"semantic-release": "semantic-release",
"test": "vitest run"
Expand Down Expand Up @@ -44,6 +45,9 @@
"ts",
"typescript"
],
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",
"package.json": "prettier-package-json --write"
Expand Down

0 comments on commit d57be20

Please sign in to comment.