Skip to content

Commit

Permalink
chore(nodejs): update metadata in packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed May 18, 2024
1 parent 618185e commit b19de35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "tauri-plugin-oblivion-api",
"version": "0.0.0",
"author": "You",
"description": "",
"version": "0.1.0",
"author": "苏向夜 <[email protected]>",
"description": "Tauri plugin for oblivion",
"type": "module",
"types": "./dist-js/index.d.ts",
"main": "./dist-js/index.cjs",
Expand All @@ -18,8 +18,8 @@
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "yarn build",
"pretest": "yarn build"
"prepublishOnly": "pnpm build",
"pretest": "pnpm build"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.6"
Expand Down

0 comments on commit b19de35

Please sign in to comment.