Skip to content

Commit

Permalink
fix: update type setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 4, 2024
1 parent 7282997 commit 2cf0bcc
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "4.1.0",
"description": "auro-checkbox HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -69,7 +69,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "2.1.4",
"description": "auro-combobox HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,7 +68,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "3.2.0",
"description": "auro-datepicker HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -80,7 +80,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"url": "https://github.com/AlaskaAirlines/auro-dropdown"
},
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@aurodesignsystem/auro-icon": "^5.0.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "1.0.0",
"description": "auro-form HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,7 +75,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "4.2.0",
"description": "auro-input HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -77,7 +77,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "4.1.4",
"description": "auro-menu HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,7 +70,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "4.1.1",
"description": "auro-radio HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,7 +70,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down
8 changes: 4 additions & 4 deletions components/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"version": "3.3.0",
"description": "auro-select HTML custom element",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "tsc --project tsconfig.json",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"serve": "web-dev-server",
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
"types": "tsc --project tsconfig.json",
"lint": "npm-run-all scssLint esLint",
"scssLint": "stylelint \"./src/**/*.scss\"",
"esLint": "eslint \"./src/**/*.js\""
Expand Down

0 comments on commit 2cf0bcc

Please sign in to comment.