Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 7309181

Browse files
committed
fix .main and add .types to package.json
1 parent 52ca0f5 commit 7309181

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@pipedream/platform",
33
"version": "0.0.1",
44
"description": "",
5-
"main": "index.js",
5+
"main": "dist/platform.js",
6+
"types": "lib/platform.ts",
67
"scripts": {
78
"build": "tsc",
89
"test": "jest"

0 commit comments

Comments
 (0)