Skip to content

Commit a8f524c

Browse files
committed
updated version and jsr package support hold for some time
1 parent d3a08e3 commit a8f524c

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/workflows/build-deploy.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,3 @@ jobs:
4242
continue-on-error: true
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45-
46-
- name: Delete Current README.md
47-
run: rm README.md
48-
49-
- name: Modify README for JSR.io
50-
run: mv JSR.md README.md
51-
52-
- name: Move index.d.ts in src directory for JSR
53-
run: cp dist/index.d.ts src/
54-
55-
- name: Install Deno
56-
run: curl -fsSL https://deno.land/install.sh | sh
57-
58-
- name: Publish JSR package using Deno
59-
run: /home/runner/.deno/bin/deno publish --allow-slow-types --allow-dirty

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thesgj/nextjs-toploader",
3-
"version": "3.6.12",
3+
"version": "3.6.13",
44
"exports": "./src/index.tsx",
55
"compilerOptions": {
66
"jsx": "react-jsx",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-toploader",
3-
"version": "3.6.12",
3+
"version": "3.6.13",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)