Skip to content

Commit

Permalink
chore(deps): Package raindrop-client moved to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed Apr 7, 2024
1 parent d04c767 commit 379570f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5,590 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
node-version-file: .node-version
cache: yarn

- name: Login to GitHub Packages registry
run: echo "//npm.pkg.github.com/:_authToken=${{ github.token }}" >> ~/.npmrc

- name: Install deps
run: yarn install --frozen-lockfile

Expand All @@ -52,9 +49,6 @@ jobs:
node-version-file: .node-version
cache: yarn

- name: Login to GitHub Packages registry
run: echo "//npm.pkg.github.com/:_authToken=${{ github.token }}" >> ~/.npmrc

- name: Install deps
run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -83,9 +77,6 @@ jobs:
node-version-file: .node-version
cache: yarn

- name: Login to GitHub Packages registry
run: echo "//npm.pkg.github.com/:_authToken=${{ github.token }}" >> ~/.npmrc

- name: Install deps
run: yarn install --frozen-lockfile

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
node-version-file: .node-version
cache: yarn

- name: Login to GitHub Packages registry
run: echo "//npm.pkg.github.com/:_authToken=${{ github.token }}" >> ~/.npmrc

- name: Install deps
run: yarn install --frozen-lockfile

Expand Down
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
engine-strict=true
resolution-mode=highest

@lasuillard:registry = https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.19",
"@floating-ui/dom": "^1.5.3",
"@lasuillard/raindrop-client": "^0.4.0",
"@lasuillard/raindrop-client": "^0.4.2",
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@testing-library/svelte": "^4.0.5",
"@tsconfig/svelte": "^5.0.2",
Expand Down
Loading

0 comments on commit 379570f

Please sign in to comment.