Skip to content

Commit

Permalink
Merge pull request #14 from hammzj/dev/enable-for-js
Browse files Browse the repository at this point in the history
chg:oops, wrong build path
  • Loading branch information
hammzj authored Apr 17, 2024
2 parents 02316ab + 351819a commit efdfeb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hammzj/cypress-page-object",
"version": "2.1.0",
"version": "2.1.0-hotfix-1",
"description": "A set of template classes and guides to help with developing component and page objects in Cypress.",
"author": "Zachary Hamm <zjhamm304+github@gmail.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"main": "build/dist/index.js",
"types": "build/dist/index.d.ts",
"files": [
"build/",
"build/**/*",
"LICENSE",
"README.md"
],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jsx": "react",
"strict": false,
"rootDir": ".",
"outDir": "build/",
"outDir": "build/dist",
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": false,
Expand Down

0 comments on commit efdfeb5

Please sign in to comment.