Skip to content

Commit

Permalink
feat: 更新配置 --user=yiwei.wu
Browse files Browse the repository at this point in the history
  • Loading branch information
mizuka-wu committed May 15, 2024
1 parent 5ca9e70 commit 5effaa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run_install: false
- run: pnpm install
- run: pnpm build
- run: npm publish --provenance --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "web-digital-watermarking",
"name": "@mizuka-wu/web-digital-watermarking",
"sideEffects": false,
"version": "1.0.0",
"type": "module",
Expand All @@ -21,7 +21,7 @@
"files": [
"dist"
],
"types": "./dist/watermarking.d.ts",
"types": "./dist/lib/watermarking.d.ts",
"main": "./dist/web-digital-watermarking.umd.cjs",
"module": "./dist/web-digital-watermarking.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
target: 'esnext',
lib: {
entry: resolve(__dirname, './src/lib/watermarking.ts'),
name: 'web-digital-watermarking',
name: '@mizuka-wu/web-digital-watermarking',
fileName: 'web-digital-watermarking'
}
},
Expand Down

0 comments on commit 5effaa4

Please sign in to comment.