-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npmpackage to v1.1.0 and refactor package.json logic
Bump the version from 1.0.0 to 1.1.0 in the configuration file. Refactor `generate_package_json` to modularize the creation of the package.json, improving code clarity and reusability. Adjust the path handling for entry points and ensure proper sanitization. Contribute to NP-637
- Loading branch information
1 parent
5e6e7ae
commit 598d045
Showing
2 changed files
with
15 additions
and
10 deletions.
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,3 +1,3 @@ | ||
versions: | ||
"1.0.0": | ||
"1.1.0": | ||
folder: "all" |