Skip to content

Commit e31cd77

Browse files
committed
1.3.1 - npm rebuild/repack for significant file size savings
don't use node-gyp that comes bundled with node ./node_modules/.bin/node-gyp rebuild --release reduced compiled library from 500kb to 94kb.
1 parent ec9cb29 commit e31cd77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "set-sparse",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A simple function that sets the FSCTL_SET_SPARSE Windows flag to save space in sparse files.",
55
"main": "./src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)