Skip to content

Commit

Permalink
Merge pull request #153 from MasterKale/fix-browser-build
Browse files Browse the repository at this point in the history
fix-browser-build
  • Loading branch information
MasterKale committed Aug 27, 2021
2 parents de4b41c + 0843d47 commit d64e074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ts-morph": "^11.0.3",
"ts-node": "^10.2.1",
"typedoc": "^0.21.6",
"typescript": "^4.3.5"
"typescript": "~4.3.5"
},
"husky": {
"hooks": {
Expand Down
3 changes: 2 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"@simplewebauthn/typescript-types": "file:../typescript-types",
"rollup": "^2.52.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-version-injector": "^1.3.3"
"rollup-plugin-version-injector": "^1.3.3",
"typescript": "~4.3.5"
},
"gitHead": "33ccf8c6c9add811c87d3089e24156c2342b3498"
}

0 comments on commit d64e074

Please sign in to comment.