Skip to content

Commit

Permalink
fix(core): fix types index.d.ts url
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 7, 2021
1 parent 054535c commit a76b3a3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -91,4 +91,4 @@
"node": ">=12.0.0",
"npm": ">=6.14.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/composite-editor-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -48,4 +48,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/empty-warning-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -48,4 +48,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -48,4 +48,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -44,4 +44,4 @@
"devDependencies": {
"moment-mini": "^2.24.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -41,4 +41,4 @@
"dependencies": {
"@slickgrid-universal/common": "^0.9.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/text-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -48,4 +48,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -66,4 +66,4 @@
"ts-loader": "^8.0.14",
"webpack": "^5.11.1"
}
}
}

0 comments on commit a76b3a3

Please sign in to comment.