Skip to content

Commit

Permalink
feat!: removing type module from package config
Browse files Browse the repository at this point in the history
Having type in the package triggers lots of side effects that makes it not worth having.

BREAKING CHANGE: no need for extensions in imports now
  • Loading branch information
markmcdowell committed May 11, 2023
1 parent 009d42e commit c6be298
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion packages/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/axes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "react-financial-charts",
"version": "1.3.2",
"description": "React charts specific to finance.",
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/coordinates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/indicators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/interactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/scales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/series/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
Expand Down

0 comments on commit c6be298

Please sign in to comment.