Skip to content

Commit

Permalink
fix: add missing dependencies, fix oclif hook paths for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Aug 5, 2022
1 parent 3491e42 commit 27a9d3b
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 541 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"node-machine-id": "^1.1.12",
"quicktype-core": "^6.0.71",
"semver": "^7.3",
"sort-keys": "^4.2.0",
"terminal-link": "^2",
"typescript": "^4.7.4",
"yaml": "^2.1.0"
},
"devDependencies": {
Expand Down Expand Up @@ -63,8 +65,7 @@
"oclif": "^3.0",
"shx": "^0.3",
"ts-node": "^10.7",
"tslib": "^2.4",
"typescript": "^4.7.4"
"tslib": "^2.4"
},
"oclif": {
"bin": "typewriter",
Expand All @@ -76,9 +77,9 @@
"description": "A compiler for generating strongly typed analytics clients via Segment Protocols",
"hooks": {
"init": [
"./src/hooks/prerun/load-languages"
"./dist/hooks/prerun/load-languages"
],
"postrun": "./src/hooks/postrun/telemetry"
"postrun": "./dist/hooks/postrun/telemetry"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 27a9d3b

Please sign in to comment.