@feliperohdee/satori 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -82,7 +82,7 @@
82
82
  "dev": "NODE_ENV=development tsup src/index.ts --watch",
83
83
  "dev:test": "NODE_ENV=test vitest --update",
84
84
  "lint": "prettier --write . && eslint . --ext .js,.jsx,.ts,.tsx --quiet",
85
- "npm:publish": "yarn test && yarn build && npm version patch --no-git-tag-version && npm publish --access public --registry https://registry.npmjs.org",
85
+ "npm:publish": "yarn test && yarn build && yarn version --patch --no-git-tag-version && yarn publish --non-interactive",
86
86
  "test": "NODE_ENV=test vitest run"
87
87
  },
88
88
  "type": "module",
@@ -94,5 +94,5 @@
94
94
  ]
95
95
  }
96
96
  },
97
- "version": "0.0.1"
97
+ "version": "0.0.3"
98
98
  }