Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #148 from keep-network/dev-suffix
Browse files Browse the repository at this point in the history
Use `-dev` suffix in the versioning of the npm package

We've recently added an NPM workflow which publishes npm packages meant
for development environment and versioned using -dev.X suffix. For
consistency we should also use -dev suffix in the package.json and
package-lock.json.
  • Loading branch information
nkuba authored Feb 7, 2022
2 parents 7ffaf6f + 617da87 commit 5c6371f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keep-network/tbtc.js",
"version": "0.19.5-pre",
"version": "0.19.5-dev",
"type": "module",
"description": "tbtc.js provides JS bindings to the tBTC system that establishes a TBTC ERC20 token supply-pegged to BTC.",
"repository": {
Expand Down

0 comments on commit 5c6371f

Please sign in to comment.