-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.1.2](v3.1.1...v3.1.2) (2024-11-16) ### Bug Fixes * npm package creation issues and make it lighter ([#67](#67)) ([3ec339a](3ec339a))
- Loading branch information
1 parent
3ec339a
commit 61c3243
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "rn-lib-temp", | ||
"description": "A usable template for setting up a new React Native library. It's designed to reduce the hassle of configuration and help quickly start the project.", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"author": "Mateusz Łopaciński <[email protected]>", | ||
"bin": "./bin/index.js", | ||
"bugs": "https://github.com/MatiPl01/react-native-library-template/issues", | ||
|