Skip to content

Commit

Permalink
chore: move release-it dependency to library folder
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Oct 3, 2024
1 parent 5c2cd28 commit 6a45212
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 3 additions & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"scripts": {
"build": "pnpm compile",
"compile": "tsc -p tsconfig.build.json"
"compile": "tsc -p tsconfig.build.json",
"release": "release-it"
},
"repository": "https://github.com/animo/react-native-ble-didcomm",
"author": "Animo <[email protected]> (https://github.com/animo)",
Expand Down Expand Up @@ -51,6 +52,7 @@
"@types/react": "*",
"react": "*",
"react-native": "*",
"release-it": "^16.1.5",
"typescript": "*"
},
"release-it": {
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
"check:fix": "pnpm check --write",
"format:android": "ktlint -F ./android",
"format:ios": "swiftlint --fix ./ios",
"clean": "rimraf -rf **/build",
"release": "release-it"
"clean": "rimraf -rf **/build"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"release-it": "^16.1.5",
"rimraf": "^5.0.1"
},
"pnpm": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 6a45212

Please sign in to comment.