Skip to content

Commit

Permalink
fix: link to stacks built files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 9, 2022
1 parent 75c02cb commit e5945d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
"types": "./dist/stacks/index.d.ts",
"require": "./dist/stacks/index.cjs",
"import": "./dist/stacks/index.js"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/stacks/index.cjs",
"module": "dist/stacks/index.js",
"types": "dist/stacks/index.d.ts",
"bin": {
"artisan": "./dist/cli/artisan.mjs"
},
Expand Down

0 comments on commit e5945d7

Please sign in to comment.