Remove exports and add main and types to package.json
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
"@trigger.dev/shopify": patch
|
||||
"@trigger.dev/github": patch
|
||||
"@trigger.dev/resend": patch
|
||||
"@trigger.dev/slack": patch
|
||||
---
|
||||
|
||||
Remove exports and add main and types to package.json
|
||||
@@ -2,19 +2,8 @@
|
||||
"name": "@trigger.dev/github",
|
||||
"version": "0.1.17",
|
||||
"description": "The official GitHub integration for Trigger.dev",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./internal": {
|
||||
"import": "./dist/internal.js",
|
||||
"require": "./dist/internal.js",
|
||||
"types": "./dist/internal.d.ts"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -2,19 +2,8 @@
|
||||
"name": "@trigger.dev/resend",
|
||||
"version": "0.1.17",
|
||||
"description": "The official resend.com integration for Trigger.dev",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./internal": {
|
||||
"import": "./dist/internal.js",
|
||||
"require": "./dist/internal.js",
|
||||
"types": "./dist/internal.d.ts"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -2,19 +2,8 @@
|
||||
"name": "@trigger.dev/shopify",
|
||||
"version": "0.1.17",
|
||||
"description": "The official Shopify integration for Trigger.dev",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./internal": {
|
||||
"import": "./dist/internal.js",
|
||||
"require": "./dist/internal.js",
|
||||
"types": "./dist/internal.d.ts"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -2,19 +2,8 @@
|
||||
"name": "@trigger.dev/slack",
|
||||
"version": "0.1.17",
|
||||
"description": "The official Slack integration for Trigger.dev",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
},
|
||||
"./internal": {
|
||||
"import": "./dist/internal.js",
|
||||
"require": "./dist/internal.js",
|
||||
"types": "./dist/internal.d.ts"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user