Skip to content

Commit 7168fbf

Browse files
committed
fix: Update repo url
1 parent 32cfe40 commit 7168fbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/emergentmethods/flowdapt-ts-sdk.git"
9+
"url": "git+https://github.com/emergentmethods/flowdapt-typescript-sdk.git"
1010
},
1111
"homepage": "https://docs.asknews.app",
1212
"keywords": [
@@ -17,7 +17,7 @@
1717
"scheduling",
1818
"resource management"
1919
],
20-
"bugs": "https://github.com/emergentmethods/flowdapt-ts-sdk/issues",
20+
"bugs": "https://github.com/emergentmethods/flowdapt-typescript-sdk/issues",
2121
"type": "module",
2222
"main": "dist/index.js",
2323
"types": "dist/index.d.ts",
@@ -46,7 +46,7 @@
4646
"fix": "eslint . --fix --ignore-pattern dist/",
4747
"format": "prettier --write \"**/*.ts\"",
4848
"compile": "tsc",
49-
"prepare": "husky || true",
49+
"prepare": "husky",
5050
"genversion": "genversion -ef src/version.ts",
5151
"prepack": "npm run genversion && npm run compile",
5252
"postversion": "npm run genversion"

0 commit comments

Comments
 (0)