Skip to content

Commit

Permalink
updated version and jsr package support hold for some time
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Aug 27, 2024
1 parent d3a08e3 commit a8f524c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,3 @@ jobs:
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Delete Current README.md
run: rm README.md

- name: Modify README for JSR.io
run: mv JSR.md README.md

- name: Move index.d.ts in src directory for JSR
run: cp dist/index.d.ts src/

- name: Install Deno
run: curl -fsSL https://deno.land/install.sh | sh

- name: Publish JSR package using Deno
run: /home/runner/.deno/bin/deno publish --allow-slow-types --allow-dirty
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thesgj/nextjs-toploader",
"version": "3.6.12",
"version": "3.6.13",
"exports": "./src/index.tsx",
"compilerOptions": {
"jsx": "react-jsx",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-toploader",
"version": "3.6.12",
"version": "3.6.13",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a8f524c

Please sign in to comment.