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

Commit 01a299f

Browse files
author
valflrt
committed
v1.4.10
1 parent 84b4347 commit 01a299f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "fencryption",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"main": "src/index.ts",
55
"bin": {
66
"fencryption": "build/src/index.js"
77
},
88
"scripts": {
99
"build": "npm ci && rm -rf build && npx tsc",
10-
"build:bin": "npm run build && rm -rf binaries && npx pkg . && sh scripts/compress-binaries.sh"
10+
"build:bin": "npm run build && rm -rf binaries && npx pkg ."
1111
},
1212
"author": "valflrt",
1313
"license": "MIT",
@@ -31,9 +31,10 @@
3131
"pkg": {
3232
"targets": [
3333
"node16-linux-x64",
34-
"node16-win-x64"
34+
"node16-win-x64",
35+
"node16-macos-x64"
3536
],
36-
"outputPath": "binaries"
37+
"outputPath": "bin"
3738
},
3839
"description": "A simple cli program to encrypt a file/directory",
3940
"repository": {

0 commit comments

Comments
 (0)