Skip to content

Commit

Permalink
publish src files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 7, 2024
1 parent 0f0b344 commit 54ed762
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-radios-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/fuz": patch
---

publish src files
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@
"**/*.css"
],
"files": [
"dist"
"dist",
"src/lib/**/*.ts",
"!src/lib/**/*.test.*",
"!dist/**/*.test.*"
],
"exports": {
"./package.json": "./package.json",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const package_json = {
overrides: [{files: 'package.json', options: {useTabs: false}}],
},
sideEffects: ['**/*.css'],
files: ['dist'],
files: ['dist', 'src/lib/**/*.ts', '!src/lib/**/*.test.*', '!dist/**/*.test.*'],
exports: {
'./package.json': './package.json',
'./Alert.svelte': {
Expand Down

0 comments on commit 54ed762

Please sign in to comment.