Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Fix type defs target
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 27, 2021
1 parent 5a1332b commit 2e59c87
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/bumbag-addon-highlighted-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/bumbag.min.js",
"types": "ts/index.d.ts",
"types": "ts/bumbag-addon-highlighted-code/src/index.d.ts",
"scripts": {
"build": "node ../../scripts/build/build.js",
"clean": "node ../../scripts/build/clean.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-addon-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/bumbag.min.js",
"types": "ts/index.d.ts",
"types": "ts/bumbag-addon-markdown/src/index.d.ts",
"scripts": {
"build": "node ../../scripts/build/build.js",
"clean": "node ../../scripts/build/clean.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-native-bottom-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
"types": "ts/bumbag-native-bottom-sheet/src/index.d.ts",
"scripts": {
"build": "node ../../scripts/build/build.js",
"clean": "node ../../scripts/build/clean.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-native-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
"types": "ts/bumbag-native-picker/src/index.d.ts",
"scripts": {
"build": "node ../../scripts/build/build.js",
"clean": "node ../../scripts/build/clean.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-native-toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
"types": "ts/bumbag-native-toast/src/index.d.ts",
"scripts": {
"build": "node ../../scripts/build/build.js",
"clean": "node ../../scripts/build/clean.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bumbag-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/bumbag.min.js",
"types": "ts/index.d.ts",
"types": "ts/bumbag-native/src/index.d.ts",
"scripts": {
"build": "node ../../scripts/build/build.js --no-umd",
"clean": "node ../../scripts/build/clean.js",
Expand Down

0 comments on commit 2e59c87

Please sign in to comment.