From a76b3a3d97a6d211ec2e7e8d9060fd8dd0719f58 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Wed, 6 Jan 2021 22:47:47 -0500 Subject: [PATCH] fix(core): fix types index.d.ts url --- packages/common/package.json | 4 ++-- packages/composite-editor-component/package.json | 4 ++-- packages/empty-warning-component/package.json | 4 ++-- packages/excel-export/package.json | 4 ++-- packages/graphql/package.json | 4 ++-- packages/odata/package.json | 4 ++-- packages/text-export/package.json | 4 ++-- packages/vanilla-bundle/package.json | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/common/package.json b/packages/common/package.json index 2a33ff389..c4c13f1ba 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "author": "Ghislain B.", "license": "MIT", @@ -91,4 +91,4 @@ "node": ">=12.0.0", "npm": ">=6.14.0" } -} +} \ No newline at end of file diff --git a/packages/composite-editor-component/package.json b/packages/composite-editor-component/package.json index e6812cfed..516a35129 100644 --- a/packages/composite-editor-component/package.json +++ b/packages/composite-editor-component/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "publishConfig": { "access": "public" @@ -48,4 +48,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/empty-warning-component/package.json b/packages/empty-warning-component/package.json index 09f56fb2b..ec88193b7 100644 --- a/packages/empty-warning-component/package.json +++ b/packages/empty-warning-component/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "publishConfig": { "access": "public" @@ -48,4 +48,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/excel-export/package.json b/packages/excel-export/package.json index 22a13995f..beda1a990 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "publishConfig": { "access": "public" @@ -48,4 +48,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/graphql/package.json b/packages/graphql/package.json index e180fe259..16a083afe 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "publishConfig": { "access": "public" @@ -44,4 +44,4 @@ "devDependencies": { "moment-mini": "^2.24.0" } -} +} \ No newline at end of file diff --git a/packages/odata/package.json b/packages/odata/package.json index 4fdf9c1cd..93204501f 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "publishConfig": { "access": "public" @@ -41,4 +41,4 @@ "dependencies": { "@slickgrid-universal/common": "^0.9.0" } -} +} \ No newline at end of file diff --git a/packages/text-export/package.json b/packages/text-export/package.json index 6ac89667a..4710107de 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "publishConfig": { "access": "public" @@ -48,4 +48,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/vanilla-bundle/package.json b/packages/vanilla-bundle/package.json index b3318440b..0460ecc34 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -5,7 +5,7 @@ "main": "dist/commonjs/index.js", "browser": "src/index.ts", "module": "dist/es2015/index.js", - "types": "dist/index.d.ts", + "types": "dist/commonjs/index.d.ts", "typings": "dist/commonjs/index.d.ts", "publishConfig": { "access": "public" @@ -66,4 +66,4 @@ "ts-loader": "^8.0.14", "webpack": "^5.11.1" } -} +} \ No newline at end of file