Skip to content

Commit

Permalink
feat: replacing synco-room as a separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
gnugomez committed Dec 11, 2023
1 parent 2b9385a commit 6ecc819
Show file tree
Hide file tree
Showing 41 changed files with 164 additions and 828 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
name: synco

- name: Upload Release Asset
if: steps.release.outputs.release_created == 'true'
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@gnugomez:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${PAT}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
"format": "prettier --write src/"
},
"dependencies": {
"@gnugomez/synco-room": "1.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@vueuse/core": "^10.1.2",
"@vueuse/rxjs": "^10.1.2",
"consola": "^3.1.0",
"firebase": "^10.3.1",
"pinia": "^2.0.36",
"rxjs": "^7.8.1",
"vue": "^3.3.9",
"vue-router": "^4.2.2",
"webextension-polyfill": "^0.10.0"
Expand Down
Loading

0 comments on commit 6ecc819

Please sign in to comment.