Skip to content

Commit

Permalink
fix: extra files published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dcangulo committed Aug 10, 2022
1 parent b54f505 commit 41ca67c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelogs

## 5.0.1 (2022-08-10)
* Removed extra files published to npm.

## 5.0.0 (2022-08-10)
* Rewrite to C++ with JSI.
* Removed extra Expo dependencies.
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pkce-challenge",
"version": "5.0.0",
"version": "5.0.1",
"description": "Proof Key for Code Exchange (PKCE) challenge generator for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -14,7 +14,10 @@
"android",
"ios",
"macos",
"react-native-pkce-challenge.podspec"
"react-native-pkce-challenge.podspec",
"!android/build",
"!android/.cxx",
"!ios/build"
],
"scripts": {
"lint": "eslint . --ext .js,.ts",
Expand Down

0 comments on commit 41ca67c

Please sign in to comment.