Skip to content

Commit 7f255a2

Browse files
committed
package.json
1 parent 7491544 commit 7f255a2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

components/bugsnag/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "@pipedream/bugsnag",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Pipedream Bugsnag Components",
5-
"main": "dist/app/bugsnag.app.mjs",
5+
"main": "bugsnag.app.mjs",
66
"keywords": [
77
"pipedream",
88
"bugsnag"
99
],
10-
"files": ["dist"],
1110
"homepage": "https://pipedream.com/apps/bugsnag",
1211
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1312
"publishConfig": {
1413
"access": "public"
14+
},
15+
"dependencies": {
16+
"@pipedream/platform": "^3.0.3"
1517
}
1618
}

0 commit comments

Comments
 (0)