Skip to content

Commit

Permalink
Merge pull request #106 from dprogm/feature/add_runtime_dep
Browse files Browse the repository at this point in the history
Make 'tslib' a runtime dependency of the package 'protoc-gen-ng'
  • Loading branch information
smnbbrv authored Aug 14, 2023
2 parents 02744f2 + 6b02389 commit 5ff1d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protoc-gen-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"google-protobuf": "^3.15.8",
"prettier": "1.19.1",
"winston": "^3.2.1"
"winston": "^3.2.1",
"tslib": "^2.0.0"
}
}

0 comments on commit 5ff1d10

Please sign in to comment.