Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "aws-crt", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "NodeJS/browser bindings to the aws-c-* libraries", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/awslabs/aws-crt-nodejs", |
@@ -19,3 +19,2 @@ /* | ||
const fs = require("fs"); | ||
const cmake = require("cmake-js"); | ||
@@ -29,2 +28,3 @@ const binaryDir = path.join('dist', 'bin', `${os.platform}-${os.arch}`, 'aws-crt-nodejs.node'); | ||
// Run the build | ||
const cmake = require("cmake-js"); | ||
var buildSystem = new cmake.BuildSystem({ | ||
@@ -31,0 +31,0 @@ target: "install", |
Sorry, the diff of this file is not supported yet
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