Skip to content

Commit

Permalink
fix: Fix build from typescript bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Aug 16, 2024
1 parent f9bd6d7 commit 3ecd498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ts-proto",
"version": "2.0.0",
"description": "",
"main": "build/plugin.js",
"main": "build/src/plugin.js",
"repository": "github:stephenh/ts-proto",
"bin": {
"protoc-gen-ts_proto": "./protoc-gen-ts_proto"
Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-ts_proto
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require('./build/plugin')
require('./build/src/plugin')

0 comments on commit 3ecd498

Please sign in to comment.