@awell-health/awell-extensions 2.0.124 → 2.0.125

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/awell-extensions",
3
- "version": "2.0.124",
3
+ "version": "2.0.125",
4
4
  "packageManager": "yarn@4.5.3",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {
@@ -18,7 +18,6 @@
18
18
  "copy-markdown": "node copy-markdown.js && echo 'Copied markdown files to dist/'",
19
19
  "start": "node dist/src/index.js",
20
20
  "lint": "eslint \"**/*.ts\"",
21
- "postinstall": "husky install",
22
21
  "test": "jest --verbose",
23
22
  "prepack": "yarn build",
24
23
  "test-server": "ts-node-dev --respawn --transpile-only ./src/test-server.ts",