Skip to content

Commit 440b21b

Browse files
committed
Removing unused ts app files for dictionary_api and triggercmd
1 parent e85c842 commit 440b21b

File tree

6 files changed

+10
-42
lines changed

6 files changed

+10
-42
lines changed

components/dictionary_api/app/dictionary_api.app.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@pipedream/dictionary_api",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Pipedream Free Dictionary Components",
5-
"main": "dist/app/dictionary_api.app.mjs",
5+
"main": "dictionary_api.app.mjs",
66
"keywords": [
77
"pipedream",
88
"dictionary_api"
99
],
10-
"files": [
11-
"dist"
12-
],
1310
"homepage": "https://pipedream.com/apps/dictionary_api",
1411
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1512
"publishConfig": {
1613
"access": "public"
14+
},
15+
"dependencies": {
16+
"@pipedream/platform": "^3.0.3"
1717
}
1818
}

components/dictionary_api/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

components/triggercmd/app/triggercmd.app.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

components/triggercmd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@pipedream/triggercmd",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Pipedream TRIGGERcmd Components",
5-
"main": "dist/app/triggercmd.app.mjs",
5+
"main": "triggercmd.app.mjs",
66
"keywords": [
77
"pipedream",
88
"triggercmd"
99
],
10-
"files": [
11-
"dist"
12-
],
1310
"homepage": "https://pipedream.com/apps/triggercmd",
1411
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1512
"publishConfig": {
1613
"access": "public"
14+
},
15+
"dependencies": {
16+
"@pipedream/platform": "^3.0.3"
1717
}
1818
}

components/triggercmd/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)