Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "libui", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Node.js bindings for libui", | ||
@@ -27,4 +27,4 @@ "main": "index.js", | ||
"example": "node example.js", | ||
"postinstall": "npm submodule libui; cd libui; make; cd ..; node-gyp build" | ||
"postinstall": "git submodule git@github.com:andlabs/libui.git libui; cd libui; make; cd ..; node-gyp build" | ||
} | ||
} |
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
1052269