Skip to content

Commit

Permalink
feat: 🎸 add staking
Browse files Browse the repository at this point in the history
  • Loading branch information
xweb3 committed Jul 19, 2022
1 parent 22ba626 commit 6d0cd9e
Show file tree
Hide file tree
Showing 3 changed files with 1,620 additions and 38 deletions.
Empty file added CHANGELOG.md
Empty file.
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@pngfi/sdk",
<<<<<<< HEAD
"version": "0.8.4",
=======
"version": "0.9.3",
>>>>>>> 2aa0921084dff889c9e855d7639be7b2b76dcdd8
"description": "Typescript SDK for Penguin Finance.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,11 +12,23 @@
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prepare": "yarn build",
"prepublishOnly": "tsc -p src",
"c": "git add . && git-cz",
"r": "standard-version && git push origin HEAD",
"test": "jest"
},
"files": [
"/dist"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/pngfi/typescript-sdk.git"
Expand Down Expand Up @@ -50,6 +58,11 @@
"decimal.js": "^10.3.1"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.3.2",
"git-cz": "^4.8.0",
"@types/bn.js": "^4.11.6",
"@types/decimal.js": "^7.4.0",
"@types/jest": "^26.0.24",
Expand Down
Loading

0 comments on commit 6d0cd9e

Please sign in to comment.