Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 69e13b8

Browse files
committed
fix: typo in package.json
1 parent d14d7e3 commit 69e13b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-oauth2-auth-code-flow",
33
"version": "0.1.0",
44
"description": "Simplifying authorization via OAuth2's Authorization Code Flow (and PKCE) via React Components",
5-
"main": "dist/ndex.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"build": "babel src -d dist --copy-files",
88
"lint": "eslint .",

0 commit comments

Comments
 (0)