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 7491544 commit 7f255a2Copy full SHA for 7f255a2
components/bugsnag/package.json
@@ -1,16 +1,18 @@
1
{
2
"name": "@pipedream/bugsnag",
3
- "version": "0.0.2",
+ "version": "0.1.0",
4
"description": "Pipedream Bugsnag Components",
5
- "main": "dist/app/bugsnag.app.mjs",
+ "main": "bugsnag.app.mjs",
6
"keywords": [
7
"pipedream",
8
"bugsnag"
9
],
10
- "files": ["dist"],
11
"homepage": "https://pipedream.com/apps/bugsnag",
12
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
13
"publishConfig": {
14
"access": "public"
+ },
15
+ "dependencies": {
16
+ "@pipedream/platform": "^3.0.3"
17
}
18
0 commit comments