Skip to content

Commit

Permalink
fix: local-repl entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Aug 29, 2019
1 parent 452a9b1 commit 51948bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ Pull Requests are much welcomed for a native expo implementation as well.
If you'll like to explore the library with `local-repl` you can do so as well.
```bash
$ npm install
$ npm run setup
$ npm run build
$ npx local-repl
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"repl": [
{
"name": "otplib",
"module": "./builds/otplib/node"
"module": "./builds/otplib/preset-default"
}
]
}

0 comments on commit 51948bc

Please sign in to comment.