node-cmake
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
var fs = require('fs'); | ||
@@ -255,2 +256,2 @@ var path = require('path'); | ||
process.exit(err.code || 2); | ||
}); | ||
}); |
{ | ||
"name": "node-cmake", | ||
"author": "Colin Taylor <cjntaylor@gmail.com>", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A CMake-based build system for node.js native modules", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
53101
292
1