Skip to content

Commit

Permalink
Add package.json for changeset (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
boilsquid committed Oct 20, 2023
1 parent c313bb3 commit 611d059
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "evervault-android",
"private": true,
"version": "4.1.0",
"scripts": {
"version": "changeset version && PACKAGE_VERSION=$(node -p \"require('./package.json').version\") && sed -i \"s/version '.*'/version '$PACKAGE_VERSION'/g\" lib/build.gradle"
},
"devDependencies": {
"@changesets/cli": "^2.26.2"
}
}

0 comments on commit 611d059

Please sign in to comment.