reed-solomon
Advanced tools
Comparing version 1.1.10 to 1.1.11
var child = require('child_process'); | ||
child.spawn('npm', ['build', '.'], { stdio: 'pipe' }); |
{ | ||
"name": "reed-solomon", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "Reed-Solomon erasure coding in pure Javascript", | ||
@@ -28,2 +28,3 @@ "main": "index.js", | ||
"scripts": { | ||
"install": "node-gyp rebuild; exit 0", | ||
"test": "node test.js" | ||
@@ -30,0 +31,0 @@ }, |
@@ -32,3 +32,3 @@ # reed-solomon | ||
## Native Binding (Optional) | ||
The native binding will not be installed automatically when installing `reed-solomon`. The Javascript binding will be used if the native binding is not available. To compile the native binding, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally: | ||
The native binding will be installed automatically when installing `reed-solomon`. The Javascript binding will be used if the native binding could not be compiled or is not available. To compile the native binding, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally: | ||
``` | ||
@@ -35,0 +35,0 @@ sudo npm install node-gyp -g |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59003
1433