@wix/be-http-binding
Advanced tools
Comparing version 1.0.121 to 1.0.122
{ | ||
"name": "@wix/be-http-binding", | ||
"version": "1.0.121", | ||
"version": "1.0.122", | ||
"author": "Mantas Indrašius <mantasi@wix.com>", | ||
@@ -11,4 +11,5 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "npm run copy:proto", | ||
"copy:proto": "mkdir -p proto/google/api && cp node_modules/@wix/well-known-protos/googleapis/google/api/http.proto proto/google/api", | ||
"build": "npm run copy:proto-generic && npm run copy:proto-http", | ||
"copy:proto-generic": "mkdir -p proto/google/protobuf && cp node_modules/@wix/well-known-protos/protobuf/google/protobuf/*.proto proto/google/protobuf", | ||
"copy:proto-http": "mkdir -p proto/google/api && cp node_modules/@wix/well-known-protos/googleapis/google/api/http.proto proto/google/api", | ||
"test": "mocha test lib/**/*.spec.js --reporter mocha-env-reporter", | ||
@@ -15,0 +16,0 @@ "release": "wnpm-release --no-shrinkwrap" |
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
581013
67