Skip to content

Commit

Permalink
chore(ts): adds package repository info
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Apr 17, 2024
1 parent 03dcb65 commit 4f4bfba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
},
"main": "dist/index.js",
"name": "@akashnetwork/akash-api",
"repository": {
"directory": "ts",
"type": "git",
"url": "https://github.com/akash-network/akash-api"
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json && npm run format",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,json}' --config ./.prettierrc",
Expand Down

0 comments on commit 4f4bfba

Please sign in to comment.