Skip to content

Commit

Permalink
chore: releasing 0.3.2
Browse files Browse the repository at this point in the history
also added a 'release' script as 0.3.1
did not contain the proper binaries as I forgot to
build the lib
  • Loading branch information
muryoh committed Apr 12, 2022
1 parent 5477d33 commit 2a20caa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-firebase",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand All @@ -18,7 +18,8 @@
"vite-plugin"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts"
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "npm install && npm run build && npm publish"

This comment has been minimized.

Copy link
@bashmish

bashmish Apr 12, 2022

Contributor

👍

},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 2a20caa

Please sign in to comment.