We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bd6d7 commit 3ecd498Copy full SHA for 3ecd498
package.json
@@ -2,7 +2,7 @@
2
"name": "ts-proto",
3
"version": "2.0.0",
4
"description": "",
5
- "main": "build/plugin.js",
+ "main": "build/src/plugin.js",
6
"repository": "github:stephenh/ts-proto",
7
"bin": {
8
"protoc-gen-ts_proto": "./protoc-gen-ts_proto"
protoc-gen-ts_proto
@@ -1,2 +1,2 @@
1
#!/usr/bin/env node
-require('./build/plugin')
+require('./build/src/plugin')
0 commit comments