Skip to content

Commit

Permalink
fix: config error resulting in empty build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Jan 6, 2024
1 parent faff595 commit c7e60f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/virtual-screen-reader",
"version": "0.16.0",
"version": "0.16.1",
"description": "Virtual Screen Reader driver for unit test automation.",
"main": "lib/index.js",
"author": "Craig Morten <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"rootDir": "./src",
"outDir": "./lib"
},
"include": ["src/**/*.tsx?", "src/test/jest.setup.ts"],
"include": ["src/**/*.ts", "src/**/*.tsx", "src/test/jest.setup.ts"],
"exclude": ["node_modules", "lib"]
}

0 comments on commit c7e60f4

Please sign in to comment.