Skip to content

Commit ece171c

Browse files
committed
chore: chmod executables [skip ci]
1 parent f662c0e commit ece171c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aminya/minijson",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Minify JSON files blazing fast! Supports Comments. Uses D, C, and AVX2 and SSE4_1 SIMD",
55
"homepage": "https://github.com/aminya/minijson",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"format": "prettier -l --cache --write . && pnpm run format.d",
2525
"format.d": "dub run --build=release --quiet dfmt -- --soft_max_line_length 110 --indent_size 2 --inplace ./src ./benchmark",
2626
"lint": "eslint . --fix",
27-
"prepublishOnly": "shx rm -rf ./dist/tsconfig.tsbuildinfo ./dist/build.*",
27+
"prepublishOnly": "shx rm -rf ./dist/tsconfig.tsbuildinfo ./dist/build.* && chmod +x ./dist/*/minijson",
2828
"start.benchmark.node": "node ./benchmark/native-benchmark.mjs",
2929
"start.browser": "servor ./dist/ --browse --reload",
3030
"start.node": "node ./dist/node/cli.js",

0 commit comments

Comments
 (0)