We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a36093 commit 63d9e25Copy full SHA for 63d9e25
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish Package to npm
+name: Publish to NPM and JSR
2
3
# Trigger this workflow whenever a new release is published
4
on:
@@ -39,7 +39,7 @@ jobs:
39
- name: Publish to NPM
40
run: bun publish --access public
41
env:
42
- NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_CONFIG_TOKEN: ${{ secrets.NPM_SECRET }}
43
44
- name: Publish to JSR
45
run: bunx jsr publish
package.json
@@ -1,5 +1,5 @@
{
- "name": "tinytime",
+ "name": "@atulin/tinytime",
"version": "1.0.0",
"exports": ["./dist/tinytime.js", "./dist/tinytime.min.js"],
5
"license": "MIT",
0 commit comments