Skip to content

Commit 3ecd498

Browse files
committed
fix: Fix build from typescript bump.
1 parent f9bd6d7 commit 3ecd498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ts-proto",
33
"version": "2.0.0",
44
"description": "",
5-
"main": "build/plugin.js",
5+
"main": "build/src/plugin.js",
66
"repository": "github:stephenh/ts-proto",
77
"bin": {
88
"protoc-gen-ts_proto": "./protoc-gen-ts_proto"

protoc-gen-ts_proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require('./build/plugin')
2+
require('./build/src/plugin')

0 commit comments

Comments
 (0)