We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9911ea7 commit 3388534Copy full SHA for 3388534
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodeos-cross-toolchain",
3
- "version": "1.0.0-RC2.9",
+ "version": "1.0.0-RC2.10",
4
"description": "Cross-toolchain to build NodeOS based on Compressed Linux From Scratch Embedded",
5
"bin": {
6
"addr2line": "bin/addr2line",
scripts/prepublish
@@ -20,6 +20,6 @@ if(npm_config_argv && JSON.parse(npm_config_argv).original[0] === 'publish')
20
// Re-create the symlinks stubs
21
bins.forEach(function(file)
22
23
- fs.writeFileSync(DIR+'/'+file, bypass, {mode: 0o555})
+ fs.writeFileSync(DIR+'/'+file, bypass, {mode: 0o755})
24
})
25
0 commit comments