Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
lennybakkalian committed Oct 21, 2024
1 parent 6fdcfe3 commit a098a18
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: pnpm install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures
- name: Build
run: pnpm build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
5 changes: 0 additions & 5 deletions .release-it.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"engines": {
"node": ">=v20.17.0"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.0-next.10",
"@angular/common": "^19.0.0-next.10",
Expand Down
7 changes: 5 additions & 2 deletions projects/ngx-trpc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ngx-trpc",
"name": "@lennybakkalian/ngx-trpc",
"author": "Lenny Bakkalian",
"repository": "https://github.com/lennybakkalian/ngx-trpc",
"description": "Angular integration for tRPC",
Expand All @@ -19,5 +19,8 @@
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
"sideEffects": false,
"publishConfig": {
"access": "public"
}
}

0 comments on commit a098a18

Please sign in to comment.