Skip to content

Commit

Permalink
Fix TypeScript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jun 10, 2024
1 parent e442455 commit a986b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fakerest",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"repository": "https://github.com/marmelab/FakeRest",
"description": "Patch XMLHttpRequest to fake a REST server based on JSON data. ",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"type": "module",
"main": "dist/fakerest.min.umd.cjs",
"module": "./dist/fakerest.min.js",
"types": "./dist/FakeRest.d.ts",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/fakerest.min.js",
Expand Down

0 comments on commit a986b5c

Please sign in to comment.