Skip to content

Commit

Permalink
Update tsup and validate with arethetypeswrong
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Jun 26, 2023
1 parent ee18579 commit 6258709
Show file tree
Hide file tree
Showing 2 changed files with 725 additions and 511 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
Expand All @@ -18,15 +17,17 @@
"dev": "vitest",
"build": "tsup src/index.ts --format cjs,esm --dts",
"lint": "tsc",
"release": "turbo build lint test && changeset publish"
"attw": "attw --pack",
"release": "turbo build lint test attw && changeset publish"
},
"keywords": [],
"author": "Matt Pocock",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.4.1",
"@changesets/cli": "^2.26.0",
"@types/node": "^18.14.5",
"tsup": "^6.6.3",
"tsup": "^7.1.0",
"turbo": "^1.8.3",
"typescript": "^4.9.5",
"vitest": "^0.29.2"
Expand Down
Loading

0 comments on commit 6258709

Please sign in to comment.