Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ps1dr3x committed Sep 3, 2024
1 parent 0b9e005 commit 127f140
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unicrow/indexer-api",
"description": "unicrow listener events from unicrow-contract and store it on hasura postgres",
"version": "1.0.0",
"version": "1.2.0",
"author": "Unicrow Team <[email protected]>",
"license": "MIT",
"main": "api/index.ts",
Expand All @@ -11,7 +11,8 @@
],
"scripts": {
"prepare": "husky install",
"start": "pm2-runtime start ecosystem.config.js --env production",
"start": "node ./build/index.js",
"start:pm2": "pm2-runtime start ecosystem.config.js --env production",
"start:dev": "tsup --onSuccess \"yarn start\"",
"dev": "tsup --watch --onSuccess \"yarn start\"",
"build": "tsup",
Expand Down

0 comments on commit 127f140

Please sign in to comment.