Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jan 17, 2025
1 parent c607303 commit a4ce194
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 20 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "datocms-listen",
"version": "1.0.1",
"version": "1.0.2",
"types": "dist/index.d.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
Expand Down Expand Up @@ -40,13 +43,24 @@
"format": "biome check --write --unsafe ."
},
"jest": {
"moduleFileExtensions": ["ts", "tsx", "js"],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"\\.(ts|tsx)$": "ts-jest"
},
"setupFiles": ["raf/polyfill"],
"coverageReporters": ["html", "text"],
"roots": ["src"],
"setupFiles": [
"raf/polyfill"
],
"coverageReporters": [
"html",
"text"
],
"roots": [
"src"
],
"testRegex": "/__tests__/.*\\.(ts|tsx|js)$"
},
"dependencies": {
Expand Down

0 comments on commit a4ce194

Please sign in to comment.