From 3ecd4986063952ae06c6136fbd9ae0cfc75212d8 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Fri, 16 Aug 2024 08:31:56 -0500 Subject: [PATCH] fix: Fix build from typescript bump. --- package.json | 2 +- protoc-gen-ts_proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04ef57b43..dc47154df 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/protoc-gen-ts_proto b/protoc-gen-ts_proto index e06bc820f..6ccfc8617 100755 --- a/protoc-gen-ts_proto +++ b/protoc-gen-ts_proto @@ -1,2 +1,2 @@ #!/usr/bin/env node -require('./build/plugin') +require('./build/src/plugin')