Skip to content

Commit

Permalink
fix: husky break
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen authored May 13, 2024
1 parent 36fca91 commit 80d5d5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itheum/sdk-data-marshal-network",
"version": "1.1.0",
"version": "1.1.1",
"description": "SDK for Itheum Marshal Network",
"main": "out/index.js",
"types": "out/index.d.js",
Expand All @@ -13,7 +13,6 @@
"lint:fix": "tslint --project . --fix",
"build": "tsc -p tsconfig.json",
"prepare": "npm run build && husky install",
"postinstall": "husky install && npx husky add .husky/commit-msg 'npx --no-install commitlint --edit $1' && npx husky add .husky/pre-commit 'npm test'"
},
"author": "Itheum Protocol",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit 80d5d5f

Please sign in to comment.