Skip to content

Commit

Permalink
Fixed sourcemap issues (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr authored Sep 4, 2023
1 parent 762de24 commit bf552a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-beans-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reactive-forms/dom': patch
---

Fixed sourcemap issues
1 change: 1 addition & 0 deletions .clean-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'coverage',
'tests',
'tsconfig.test.json',
'tsconfig.build.json'
],
fields: ['scripts'],
};
6 changes: 1 addition & 5 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,5 @@
"peerDependencies": {
"@reactive-forms/core": "< 1.0.0",
"react": ">=16"
},
"files": [
"dist"
],
"source": "src/index.ts"
}
}

0 comments on commit bf552a3

Please sign in to comment.