Skip to content

Commit

Permalink
update npm build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorDev committed Mar 25, 2023
1 parent f38f379 commit f71101c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-payments-lib3.0",
"version": "1.0.4",
"version": "1.0.6",
"description": "Payments lib",
"private": false,
"files": ["./**"],
Expand Down
1 change: 1 addition & 0 deletions src/SetupPackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function main() {
// fs.writeFileSync(__dirname + "/version.txt", Buffer.from(sourceObj.version, "utf-8") );

fs.copyFileSync(__dirname + "/../.npmignore", __dirname + "/.npmignore");
fs.copyFileSync(__dirname + "/../README.md", __dirname + "/README.md");
}

main();

0 comments on commit f71101c

Please sign in to comment.